mirror of
https://github.com/JesseTG/melonds-ds.git
synced 2024-11-23 06:29:46 +00:00
Fail if any of the artifacts couldn't be found
This commit is contained in:
parent
b2164928f0
commit
bca36423b2
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
@ -89,6 +89,7 @@ jobs:
|
||||
token: ${{ secrets.RELEASE_TOKEN }}
|
||||
tag_name: "v${{ needs.check-release-version.outputs.newest-version }}"
|
||||
body: "${{ needs.check-release-version.outputs.release-notes }}"
|
||||
fail_on_unmatched_files: true
|
||||
files: |
|
||||
artifact/melondsds_libretro-win32-x86_64-Release.zip
|
||||
artifact/melondsds_libretro-macos-x86_64-Release.zip
|
||||
|
Loading…
Reference in New Issue
Block a user