Skip to content

Commit

Permalink
debug pack
Browse files Browse the repository at this point in the history
  • Loading branch information
Windmill-City committed Jan 13, 2024
1 parent 7ba1878 commit db04c94
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:
run: cmake --build build --config Release --target ALL_BUILD && tree build/java /A /F

- name: Pack
if: startsWith(github.ref, 'refs/tags/')
run: cmake --build build --config Release --target package
run: cmake --build build --config Release --target package && tree build/pack /A /F

- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit db04c94

Please sign in to comment.