mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2024-11-24 19:46:54 +01:00
Changed rolling release GitHub action
This commit is contained in:
parent
3bb466dfb6
commit
5cdda70c69
18
.github/workflows/build.yml
vendored
18
.github/workflows/build.yml
vendored
@ -68,14 +68,20 @@ jobs:
|
|||||||
name: SC64
|
name: SC64
|
||||||
path: ./output/sc64menu.n64
|
path: ./output/sc64menu.n64
|
||||||
|
|
||||||
- name: Upload rolling release
|
- name: Delete rolling-release tag and release
|
||||||
uses: marvinpinto/action-automatic-releases@v1.2.1
|
uses: dev-drprasad/delete-tag-and-release@v1.0
|
||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
with:
|
with:
|
||||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
automatic_release_tag: rolling-release
|
tag_name: rolling-release
|
||||||
prerelease: false
|
|
||||||
title: Rolling release
|
- name: Upload rolling release
|
||||||
|
uses: softprops/action-gh-release@v0.1.15
|
||||||
|
if: github.ref == 'refs/heads/main'
|
||||||
|
with:
|
||||||
|
name: Rolling release
|
||||||
|
body: Rolling release built from latest commit on `main` branch.
|
||||||
|
tag_name: rolling-release
|
||||||
files: |
|
files: |
|
||||||
./output/N64FlashcartMenu.n64
|
./output/N64FlashcartMenu.n64
|
||||||
./output/menu.bin
|
./output/menu.bin
|
||||||
|
Loading…
Reference in New Issue
Block a user