Skip to content

Commit

Permalink
chore: release v2023.6.2
Browse files Browse the repository at this point in the history
Signed-off-by: wildone <[email protected]>
  • Loading branch information
wildone committed Jun 2, 2023
1 parent 885819e commit 0656a77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@ jobs:
- name: Zip Artifacts Folder
if: startsWith(github.ref, 'refs/tags/')
run: |
zip -qq -r artifacts.zip distribution/target/artifacts
cd distribution/target/artifacts
zip -qq -r artifacts.zip .
- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 0656a77

Please sign in to comment.