mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2024-11-22 02:29:19 +01:00
Use different action for rolling release
This commit is contained in:
parent
8b9c2247b5
commit
3bb466dfb6
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@ -69,12 +69,13 @@ jobs:
|
|||||||
path: ./output/sc64menu.n64
|
path: ./output/sc64menu.n64
|
||||||
|
|
||||||
- name: Upload rolling release
|
- name: Upload rolling release
|
||||||
uses: softprops/action-gh-release@v0.1.15
|
uses: marvinpinto/action-automatic-releases@v1.2.1
|
||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
with:
|
with:
|
||||||
name: Rolling release
|
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
body: Latest rolling release built from latest commit on `main` branch.
|
automatic_release_tag: rolling-release
|
||||||
tag_name: rolling-release
|
prerelease: false
|
||||||
|
title: Rolling release
|
||||||
files: |
|
files: |
|
||||||
./output/N64FlashcartMenu.n64
|
./output/N64FlashcartMenu.n64
|
||||||
./output/menu.bin
|
./output/menu.bin
|
||||||
|
Loading…
Reference in New Issue
Block a user