Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Jan 25, 2024
1 parent f35233d commit a4aa8dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tagpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

- name: Upload assets
run: |
gh release upload ${{ needs.tagpr.outputs.tagpr-tag }} dist/tbls_${{ needs.tagpr.outputs.tagpr-tag }}_darwin_arm64.zip dist/tbls_${{ needs.tagpr.outputs.tagpr-tag }}_darwin_amd64.zip dist/checksums-darwin.txt --repo ${{ github.repository }} --clobber
gh release upload ${{ needs.tagpr.outputs.tagpr-tag }} dist/tbls_*.zip dist/checksums-darwin.txt --repo ${{ github.repository }} --clobber
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Upload assets
run: |
gh release upload ${{ needs.tagpr.outputs.tagpr-tag }} dist/tbls_${{ needs.tagpr.outputs.tagpr-tag }}_linux_arm64.tar.gz dist/tbls_${{ needs.tagpr.outputs.tagpr-tag }}_linux_amd64.tar.gz dist/tbls_${{ needs.tagpr.outputs.tagpr-tag }}-1_amd64.apk dist/tbls_${{ needs.tagpr.outputs.tagpr-tag }}-1_amd64.deb dist/tbls_${{ needs.tagpr.outputs.tagpr-tag }}-1_amd64.rpm dist/tbls_${{ needs.tagpr.outputs.tagpr-tag }}-1_arm64.apk dist/tbls_${{ needs.tagpr.outputs.tagpr-tag }}-1_arm64.deb dist/tbls_${{ needs.tagpr.outputs.tagpr-tag }}-1_arm64.rpm dist/checksums-linux.txt --repo ${{ github.repository }} --clobber
gh release upload ${{ needs.tagpr.outputs.tagpr-tag }} dist/tbls_*.tar.gz dist/tbls_*.apk dist/tbls_*.deb dist/tbls_*.rpm dist/checksums-linux.txt --repo ${{ github.repository }} --clobber
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
9 changes: 0 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
# Changelog

## [v1.73.2](https://github.com/k1LoW/tbls/compare/v1.73.1...v1.73.2) - 2024-01-25

## [v1.73.1](https://github.com/k1LoW/tbls/compare/v1.73.0...v1.73.1) - 2024-01-25

## [v1.73.0](https://github.com/k1LoW/tbls/compare/v1.72.2...v1.73.0) - 2024-01-25
### Other Changes
- Fix CD pipeline by @k1LoW in https://github.com/k1LoW/tbls/pull/554
- Update pkgs by @k1LoW in https://github.com/k1LoW/tbls/pull/556

## [v1.72.2](https://github.com/k1LoW/tbls/compare/v1.72.1...v1.72.2) - 2024-01-25
### Other Changes
- Update go-graphviz to v0.1.2 by @k1LoW in https://github.com/k1LoW/tbls/pull/552
Expand Down

0 comments on commit a4aa8dc

Please sign in to comment.