We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a1e612 commit cfc21e7Copy full SHA for cfc21e7
.github/workflows/release_on_v_tag.yml
@@ -58,6 +58,6 @@ jobs:
58
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
59
with:
60
upload_url: ${{ needs.once.outputs.upload_url }}
61
- asset_path: ${{ github.workspace }}/${{ matrix.os }}/${{ matrix.file }}
+ asset_path: ${{ github.workspace }}/${{ matrix.file }}
62
asset_name: steam_shortcuts_sync-${{ matrix.os }}
63
- asset_content_type: application/octet-stream
+ asset_content_type: application/octet-stream
0 commit comments