mirror of
https://github.com/Neo-Desktop/WindowsXPKg
synced 2025-01-03 10:20:16 +02:00
Move executable to upload directory
This commit is contained in:
parent
503fa3e1d8
commit
8fb2cf5fdd
2
.github/workflows/dos-djgpp.yml
vendored
2
.github/workflows/dos-djgpp.yml
vendored
@ -76,7 +76,7 @@ jobs:
|
|||||||
options: OPENSSL_ROOT_DIR:string=${{ github.workspace }}/djgpp DJGPP_WATT32=ON
|
options: OPENSSL_ROOT_DIR:string=${{ github.workspace }}/djgpp DJGPP_WATT32=ON
|
||||||
run-build: true
|
run-build: true
|
||||||
|
|
||||||
- name: Move files to correct directory
|
- name: Move executable to upload directory
|
||||||
run: |
|
run: |
|
||||||
mkdir build/actions_upload
|
mkdir build/actions_upload
|
||||||
tar -czf WindowsXPKg_linux_x86_64.tar.gz -C build xpkey keys.json
|
tar -czf WindowsXPKg_linux_x86_64.tar.gz -C build xpkey keys.json
|
||||||
|
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@ -60,7 +60,7 @@ jobs:
|
|||||||
run-build: true
|
run-build: true
|
||||||
shell: alpine-target.sh {0}
|
shell: alpine-target.sh {0}
|
||||||
|
|
||||||
- name: Move files to correct directory
|
- name: Move executable to upload directory
|
||||||
run: |
|
run: |
|
||||||
mkdir -p build/actions_upload
|
mkdir -p build/actions_upload
|
||||||
mv build/umskt build/actions_upload/umskt
|
mv build/umskt build/actions_upload/umskt
|
||||||
|
Loading…
Reference in New Issue
Block a user