Skip to content
Prev Previous commit
Next Next commit
Use dist/pack instead of dist/packArchive
Co-authored-by: Hamza Remmal <hamza@remmal.net>
  • Loading branch information
WojciechMazur and hamzaremmal authored Dec 9, 2024
commit a3aa7abd67125c28ff9ce2fa9b36777d24524fda
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
Loading