Skip to content

Commit

Permalink
Use dist/pack instead of dist/packArchive
Browse files Browse the repository at this point in the history
Co-authored-by: Hamza Remmal <[email protected]>
  • Loading branch information
WojciechMazur and hamzaremmal authored Dec 9, 2024
1 parent a2c5306 commit a3aa7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
cache : sbt

- name: Build and pack the SDK (universal)
run : ./project/scripts/sbt dist/packArchive
run : ./project/scripts/sbt dist/pack

- name: Upload zip archive to GitHub Artifact (universal)
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit a3aa7ab

Please sign in to comment.