diff --git a/.github/workflows/release_on_v_tag.yml b/.github/workflows/release_on_v_tag.yml index 4c1419a..7b47bf3 100644 --- a/.github/workflows/release_on_v_tag.yml +++ b/.github/workflows/release_on_v_tag.yml @@ -58,6 +58,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ needs.once.outputs.upload_url }} - asset_path: ${{ github.workspace }}/${{ matrix.os }}/${{ matrix.file }} + asset_path: ${{ github.workspace }}/${{ matrix.file }} asset_name: steam_shortcuts_sync-${{ matrix.os }} - asset_content_type: application/octet-stream \ No newline at end of file + asset_content_type: application/octet-stream