Skip to content

Commit

Permalink
wip: test
Browse files Browse the repository at this point in the history
  • Loading branch information
sgadrat committed Apr 5, 2024
1 parent 7a5058d commit 1d0b1ef
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/compile.yaml
Expand Up @@ -39,3 +39,17 @@ jobs:
path: |
*.nes
/tmp/*.lst
release:

runs-on: ubuntu-latest

needs: build
steps:
- uses: actions/download-artifact@v4
with:
name: roms
- name: Display structure of downloaded files
run: ls -R
- name: gh-call
run: gh release create release-${{ github.ref_name }} --title "Test release ${{ github.ref_name }}" --notes "this is a beta release" *.nes

0 comments on commit 1d0b1ef

Please sign in to comment.