Skip to content

Commit

Permalink
ci: Fix create-tarball (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aursen authored Sep 2, 2024
1 parent f84997e commit 24efc31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
run: |
chmod +x ./scripts/ci/create-tarball.sh
chmod +x ./scripts/build-all.sh
./scripts/ci/create-tarball.sh --target ${{ matrix.target }}
./scripts/ci/create-tarball.sh
- name: Upload tarball
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 24efc31

Please sign in to comment.