Skip to content

Commit

Permalink
remove half-baked release job
Browse files Browse the repository at this point in the history
  • Loading branch information
sgadrat committed Apr 24, 2024
1 parent 5288b84 commit e51fe16
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/compile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,3 @@ 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 e51fe16

Please sign in to comment.