Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
fix: typo in release workflow (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
hadjiszs authored Aug 28, 2023
1 parent bb3e8f7 commit 5e03e55
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 @@ -43,7 +43,7 @@ jobs:
name: topos-binaries-${{ matrix.target }}
if-no-files-found: error
path: |
./target/release/topos-${{{ env.arch }}}.tgz
./target/release/topos-${{ env.arch }}.tgz
- name: Publish binaries for ${{ matrix.target }} release
uses: softprops/action/gb/release@v1
Expand Down

0 comments on commit 5e03e55

Please sign in to comment.