mirror of
https://github.com/JesseTG/melonds-ds.git
synced 2024-11-27 00:30:34 +00:00
Put melondsds_libretro-*-RelWithDebInfo
builds in their own zips
This commit is contained in:
parent
ca26d1fd8c
commit
101d553b9f
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -50,7 +50,7 @@ jobs:
|
||||
shell: bash
|
||||
working-directory: artifact
|
||||
run: |
|
||||
for file in melondsds_libretro-*-Release; do
|
||||
for file in melondsds_libretro-*-Release melondsds_libretro-*-RelWithDebInfo; do
|
||||
zip -r "${file}.zip" "$file"
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user