mirror of
https://github.com/spicyjpeg/573in1.git
synced 2025-02-28 23:10:26 +01:00
Fix GitHub Actions CI script
This commit is contained in:
parent
57139b87b5
commit
5fb99fc08c
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -10,6 +10,9 @@ jobs:
|
||||
name: Run build
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
steps:
|
||||
- name: Initialize toolchain cache
|
||||
id: cache
|
||||
@ -54,7 +57,7 @@ jobs:
|
||||
|
||||
- name: Publish release
|
||||
if: ${{ github.ref_type == 'tag' }}
|
||||
uses: softprops/action-gh-release@v1
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
fail_on_unmatched_files: true
|
||||
files: 573in1-*.zip
|
||||
|
Loading…
x
Reference in New Issue
Block a user