Skip to content

Commit

Permalink
降低softprops/action-gh-release版本到2.1.0 ,修复上传release失败的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
wukongdaily authored Dec 11, 2024
1 parent dab889f commit 3878688
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/amd64-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload Docker images as release assets
uses: softprops/action-gh-release@master
uses: softprops/action-gh-release@v2.1.0
with:
tag_name: DockerTarBuilder-AMD64
files: ${{ github.workspace }}/*.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/arm32-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload Docker images as release assets
uses: softprops/action-gh-release@master
uses: softprops/action-gh-release@v2.1.0
with:
tag_name: DockerTarBuilder-ARM32
files: ${{ github.workspace }}/*.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/arm64-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload Docker images as release assets
uses: softprops/action-gh-release@master
uses: softprops/action-gh-release@v2.1.0
with:
tag_name: DockerTarBuilder-ARM64
files: ${{ github.workspace }}/*.tar.gz
Expand Down

0 comments on commit 3878688

Please sign in to comment.