mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2025-02-21 12:17:15 +01:00
Improve dev release tag
This commit is contained in:
parent
0f58dafb14
commit
a8830c01ab
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -77,7 +77,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: Rolling release
|
name: Rolling release
|
||||||
body: Rolling release built from latest commit on `main` branch.
|
body: Rolling release built from latest commit on `main` branch.
|
||||||
tag_name: rolling-release
|
tag_name: 'rolling_release'
|
||||||
|
make_latest: true
|
||||||
files: |
|
files: |
|
||||||
./output/N64FlashcartMenu.n64
|
./output/N64FlashcartMenu.n64
|
||||||
./output/menu.bin
|
./output/menu.bin
|
||||||
@ -90,9 +91,10 @@ jobs:
|
|||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
if: github.ref == 'refs/heads/develop'
|
if: github.ref == 'refs/heads/develop'
|
||||||
with:
|
with:
|
||||||
name: 'Rolling dev release-V${{ github.run_id }}'
|
name: 'Rolling pre-release'
|
||||||
body: Rolling dev prerelease built from latest commit on `develop` branch.
|
body: Experimental pre-release built from latest commit on `develop` branch.
|
||||||
tag_name: prerelease-dev
|
target_commitish: develop
|
||||||
|
tag_name: 'pre-release_V${{ github.run_number }}'
|
||||||
prerelease: true
|
prerelease: true
|
||||||
files: |
|
files: |
|
||||||
./output/N64FlashcartMenu.n64
|
./output/N64FlashcartMenu.n64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user