mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2024-11-21 18:19: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
|
||||
|
||||
- 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'
|
||||
with:
|
||||
name: Rolling release
|
||||
body: Latest rolling release built from latest commit on `main` branch.
|
||||
tag_name: rolling-release
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
automatic_release_tag: rolling-release
|
||||
prerelease: false
|
||||
title: Rolling release
|
||||
files: |
|
||||
./output/N64FlashcartMenu.n64
|
||||
./output/menu.bin
|
||||
|
Loading…
Reference in New Issue
Block a user