Skip to content

Commit

Permalink
Fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
cbebe committed Sep 26, 2024
1 parent debd2c0 commit 6029181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fyshls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Upload Release Asset
uses: actions/upload-release-asset@v1
with:
upload_url: ${{ github.server_url }}/${{ github.repository }}/releases/tag/${{ github.ref_name }}
upload_url: ${{ github.api_url }}/${{ github.repository }}/releases/tag/${{ github.ref_name }}
asset_path: fyshls
asset_name: fyshls-${{ matrix.os }}
asset_content_type: application/octet-stream

0 comments on commit 6029181

Please sign in to comment.