Skip to content

Commit

Permalink
ci: fix upload release asset version (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
maksym-arutyunyan authored Sep 12, 2024
1 parent 68d5499 commit 7ba0535
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 @@ -41,7 +41,7 @@ jobs:
# Step 6: Upload the tar.gz to the GitHub release
- name: Upload Release Assets
uses: actions/upload-release-asset@v2
uses: actions/upload-release-asset@v1.0.2
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./keepsorted-${{ matrix.os }}-${{ matrix.architecture }}.tar.gz
Expand Down

0 comments on commit 7ba0535

Please sign in to comment.