Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
orenskl authored Jan 3, 2024
1 parent 0571234 commit e94d4ee
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,10 @@ jobs:

- name: Build Pico
run: cmake --build ${{github.workspace}}/build.pico --config ${{env.BUILD_TYPE}}


- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: ${{github.workspace}}/build.pico/pjvm-*.gz

0 comments on commit e94d4ee

Please sign in to comment.