mirror of
https://github.com/spicyjpeg/573in1.git
synced 2025-03-01 07:20:42 +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
|
name: Run build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Initialize toolchain cache
|
- name: Initialize toolchain cache
|
||||||
id: cache
|
id: cache
|
||||||
@ -54,7 +57,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Publish release
|
- name: Publish release
|
||||||
if: ${{ github.ref_type == 'tag' }}
|
if: ${{ github.ref_type == 'tag' }}
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
fail_on_unmatched_files: true
|
fail_on_unmatched_files: true
|
||||||
files: 573in1-*.zip
|
files: 573in1-*.zip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user