Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
breadbored committed Dec 2, 2023
1 parent 977312c commit a0e891f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,13 @@ jobs:

- name: make
run: make

- name: Upload ROM to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: breadcodes.z64
asset_name: latest_rom
tag: ${{ github.ref }}
overwrite: true
body: "Latest ROM built from ${{ github.ref }}"

0 comments on commit a0e891f

Please sign in to comment.