Skip to content

Commit

Permalink
dev release
Browse files Browse the repository at this point in the history
  • Loading branch information
freekode committed Sep 3, 2024
1 parent d24c731 commit 0e49cde
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/dev-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,10 @@ jobs:
path: artifacts

- name: Show me what you got
run: ls artifacts
run: ls artifacts

- uses: ncipollo/release-action@v1
with:
prerelease: true
artifactErrorsFailBuild: true
artifacts: artifacts/**

0 comments on commit 0e49cde

Please sign in to comment.