Skip to content

Commit

Permalink
Test release packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
haimgel committed Nov 11, 2024
1 parent 6dd1b81 commit f124d9f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ jobs:
path: ${{ steps.package.outputs.PACKAGE_FILE }}

- name: Release
uses: actions/download-artifact@v2
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
name: ${{ needs.build.outputs.PACKAGE_NAME }}
draft: true # temporary, for testing
generate_release_notes: true
files: ${{ steps.package.outputs.PACKAGE_FILE }}

0 comments on commit f124d9f

Please sign in to comment.