Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuza committed Nov 6, 2024
1 parent f0a11c5 commit bc7cfd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
- name: Set artifact name for linux
if: matrix.target.os == 'linux'
run: |
echo "ARTIFACT_NAME=$(ls ./linux/${{ matrix.target.os }} | head -n 1)" >> "$GITHUB_ENV"
echo "ARTIFACT_NAME=$(ls ./linux/${{ matrix.target.artifact_name }} | head -n 1)" >> "$GITHUB_ENV"
- name: Set artifact name for windows
if: matrix.target.artifact == 'windows'
Expand Down

0 comments on commit bc7cfd9

Please sign in to comment.