Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lslqtz committed Feb 3, 2024
1 parent bf36301 commit 709c6b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
- name: 'Upload GitHub Artifact'
uses: actions/upload-artifact@v4
with:
name: ${{ github.event.repository.name }}-${{ steps.build_name.outputs.name }}-${{ matrix.goos }}-${{ matrix.goarch }}
name: ${{ github.event.repository.name }}-${{ steps.build_name.outputs.name }}-linux-amd64
path: ${{ steps.release.outputs.release_asset_dir }}

0 comments on commit 709c6b0

Please sign in to comment.