Skip to content

Commit

Permalink
ci(github): add tar step
Browse files Browse the repository at this point in the history
  • Loading branch information
tofuuudon committed Oct 21, 2024
1 parent c57a320 commit a1ba486
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,11 @@ jobs:
- name: Cargo build
run: cargo build --release --target ${{ matrix.platform.target }}

- name: Create tarbell
run: tar -czf target/${{ matrix.platform.target }}/release/tsc-cli-0.1.0-${{ matrix.platform.target }}.tar.gz tsc-cli

# - name: Upload release artifacts
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# run: |
# gh release upload ${{ env.TAG_NAME }} ./target/some-build-artifact.zip
# gh release upload --clobber ${{ env.TAG_NAME }} target/${{ matrix.platform.target }}/release/tsc-cli-${{ env.TAG_NAME }}-${{ matrix.platform.target }}

0 comments on commit a1ba486

Please sign in to comment.