Skip to content

Commit

Permalink
build:Update artifact names in release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
uncle-light committed Mar 21, 2024
1 parent afedc43 commit 672a1b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ jobs:
- name: Download Artifacts
uses: actions/download-artifact@v2
with:
name: chaoxing-${{ needs.build.outputs.tag }}
name: chaoxing-${{ env.tag }}

- name: Create Release
uses: softprops/action-gh-release@v1
with:
files: |
chaoxing-${{ needs.build.outputs.tag }}-linux
chaoxing-${{ needs.build.outputs.tag }}-macos
chaoxing-${{ needs.build.outputs.tag }}-win.exe
chaoxing-${{ env.tag }}-linux
chaoxing-${{ env.tag }}-macos
chaoxing-${{ env.tag }}-win.exe
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}

0 comments on commit 672a1b3

Please sign in to comment.