Skip to content

Commit

Permalink
Update amd64-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wukongdaily authored Dec 9, 2024
1 parent dea3dfe commit 6f3556f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/amd64-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Create GitHub Release
uses: softprops/action-gh-release@master
with:
tag_name: DockerTarBuilder
tag_name: DockerTarBuilder-AMD64
name: ${{ env.RELEASE_NAME }}
body: |
![GitHub Release](https://img.shields.io/github/v/release/wukongdaily/DockerTarBuilder?style=for-the-badge&logoSize=amg&labelColor=%23FFBF00&color=%2300C598)
Expand All @@ -52,7 +52,7 @@ jobs:
- name: Upload Docker images as release assets
uses: softprops/action-gh-release@master
with:
tag_name: DockerTarBuilder
tag_name: DockerTarBuilder-AMD64
files: ${{ github.workspace }}/*.tar.gz
token: ${{ secrets.GITHUB_TOKEN }}
env:
Expand Down

0 comments on commit 6f3556f

Please sign in to comment.