Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni500github authored Apr 12, 2024
1 parent 91336ac commit daa3a64
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,12 @@ jobs:
name: Upload binaries to Githib relase
runs-on: ubuntu-latest
needs: [release, get-version]
strategy:
matrix:
arch: [x86_64, aarch64, armv7h]
steps:
- uses: actions/download-artifact@v3
with:
name: tabaur-${{ matrix.arch }}
- uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.release.outputs.release-url }}
asset_name: tabaur-${{ needs.get-version.outputs.version }}-${{ matrix.arch }}.tar.zst
asset_name: tabaur.tar.zst
asset_path: tabaur.tar.zst
asset_content_type: application/tar+zstd

0 comments on commit daa3a64

Please sign in to comment.