Move executable to upload directory

This commit is contained in:
Neo 2023-07-09 05:20:59 -07:00
parent 503fa3e1d8
commit 8fb2cf5fdd
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ jobs:
options: OPENSSL_ROOT_DIR:string=${{ github.workspace }}/djgpp DJGPP_WATT32=ON
run-build: true
- name: Move files to correct directory
- name: Move executable to upload directory
run: |
mkdir build/actions_upload
tar -czf WindowsXPKg_linux_x86_64.tar.gz -C build xpkey keys.json

View File

@ -60,7 +60,7 @@ jobs:
run-build: true
shell: alpine-target.sh {0}
- name: Move files to correct directory
- name: Move executable to upload directory
run: |
mkdir -p build/actions_upload
mv build/umskt build/actions_upload/umskt