Skip to content

Commit

Permalink
git action
Browse files Browse the repository at this point in the history
  • Loading branch information
lizongying committed Mar 13, 2024
1 parent a1c43b4 commit 641b7a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./releases/my-tv-server_linux_amd64
asset_name: my-tv-server_linux_amd64-${{ github.ref_name }}

- name: Upload Release Asset linux_arm64
uses: actions/upload-release-asset@v1
Expand All @@ -66,6 +67,7 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./releases/my-tv-server_linux_arm64
asset_name: my-tv-server_linux_arm64-${{ github.ref_name }}

- name: Upload Release Asset darwin_amd64
uses: actions/upload-release-asset@v1
Expand All @@ -74,6 +76,7 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./releases/my-tv-server_darwin_amd64
asset_name: my-tv-server_darwin_amd64-${{ github.ref_name }}

- name: Upload Release Asset darwin_arm64
uses: actions/upload-release-asset@v1
Expand All @@ -82,6 +85,7 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./releases/my-tv-server_darwin_arm64
asset_name: my-tv-server_darwin_arm64-${{ github.ref_name }}

- name: Upload Release Asset windows_amd64
uses: actions/upload-release-asset@v1
Expand All @@ -90,6 +94,7 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./releases/my-tv-server_windows_amd64.exe
asset_name: my-tv-server_windows_amd64-${{ github.ref_name }}.exe


build-docker:
Expand Down

0 comments on commit 641b7a6

Please sign in to comment.