mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-25 19:55:50 +00:00
pull in project-slippi/Ishiiruka/commit/8767a05a5fbf8f4408611a60d5cf351ac4fd951e
This commit is contained in:
parent
92f09b39e7
commit
5c19df9d3d
1 changed files with 4 additions and 0 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -193,6 +193,10 @@ jobs:
|
||||||
FILE_NAME=${{ env.CURR_DATE }}-${{ env.GIT_HASH }}-${{ env.GIT_TAG }}-${{ matrix.artifact_name }}.zip
|
FILE_NAME=${{ env.CURR_DATE }}-${{ env.GIT_HASH }}-${{ env.GIT_TAG }}-${{ matrix.artifact_name }}.zip
|
||||||
chmod +x ./*.AppImage
|
chmod +x ./*.AppImage
|
||||||
zip -r "${FILE_NAME}" ./*.AppImage*
|
zip -r "${FILE_NAME}" ./*.AppImage*
|
||||||
|
zip -r -j "${FILE_NAME}" ./*.AppImage*
|
||||||
|
pushd ./AppDir/usr/bin/
|
||||||
|
zip -r -u "../../../${FILE_NAME}" ./Sys
|
||||||
|
popd
|
||||||
mv "${FILE_NAME}" ./artifact/
|
mv "${FILE_NAME}" ./artifact/
|
||||||
- name: "Publish"
|
- name: "Publish"
|
||||||
if: success()
|
if: success()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue