Skip to content

Commit

Permalink
.github: Use the right variable name.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjyar committed Apr 2, 2020
1 parent 41253ce commit cb3d5c6
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 @@ -102,5 +102,5 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v1
with:
name: release-${{ matrix.target }}
name: release-${{ matrix.os }}
path: target/release/ironoxide-cli-${{ matrix.os }}

0 comments on commit cb3d5c6

Please sign in to comment.