mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2024-11-21 18:19:19 +01:00
Added rolling release
This commit is contained in:
parent
7797f74c0b
commit
4eeb00e3ac
25
.github/workflows/build.yml
vendored
25
.github/workflows/build.yml
vendored
@ -11,6 +11,8 @@ on:
|
||||
jobs:
|
||||
build-menu:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
@ -68,6 +70,19 @@ jobs:
|
||||
name: SC64
|
||||
path: ./output/sc64menu.n64
|
||||
|
||||
- name: Upload rolling release
|
||||
uses: softprops/action-gh-release@v0.1.15
|
||||
if: github.ref == 'refs/heads/main'
|
||||
with:
|
||||
name: Rolling release
|
||||
body: Latest rolling release built from latest commit on `main` branch.
|
||||
prerelease: true
|
||||
files: |
|
||||
./output/menu.bin
|
||||
./output/OS64.v64
|
||||
./output/OS64P.v64
|
||||
./output/sc64menu.n64
|
||||
|
||||
generate-docs:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
@ -87,13 +102,3 @@ jobs:
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./output/docs
|
||||
|
||||
# release-sc64-menu:
|
||||
# runs-on: ubuntu-latest
|
||||
# needs: minify-sc64-menu
|
||||
|
||||
# steps:
|
||||
# - name: Generate release
|
||||
# if: github.event_name == 'release' && github.event.action == 'created'
|
||||
# run: |
|
||||
# echo "still release preview. Check actions for build assets."
|
||||
|
Loading…
Reference in New Issue
Block a user