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
|
||||
path: ./output/sc64menu.n64
|
||||
|
||||
- name: Upload rolling release
|
||||
uses: marvinpinto/action-automatic-releases@v1.2.1
|
||||
- name: Delete rolling-release tag and release
|
||||
uses: dev-drprasad/delete-tag-and-release@v1.0
|
||||
if: github.ref == 'refs/heads/main'
|
||||
with:
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
automatic_release_tag: rolling-release
|
||||
prerelease: false
|
||||
title: Rolling release
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
tag_name: 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: |
|
||||
./output/N64FlashcartMenu.n64
|
||||
./output/menu.bin
|
||||
|
Loading…
Reference in New Issue
Block a user