Skip to content

Commit 0c59976

Browse files
committed
github actions test.
1 parent d40d2c7 commit 0c59976

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,6 @@ jobs:
219219
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
220220
with:
221221
upload_url: ${{ steps.upload-url.outputs.url }}
222-
asset_path: ./build-${{ matrix.goos }}_${{ matrix.goarch }}/snipt_${{ needs.build.outputs.version }}_${{ matrix.goos }}_${{ matrix.goarch }}.${{ matrix.ext }}
223-
asset_name: snipt_${{ needs.build.outputs.version }}_${{ matrix.goos }}_${{ matrix.goarch }}.${{ matrix.ext }}
222+
asset_path: ./build-${{ matrix.goos }}_${{ matrix.goarch }}/snipt_${{ needs.create-release.outputs.version }}_${{ matrix.goos }}_${{ matrix.goarch }}.${{ matrix.ext }}
223+
asset_name: snipt_${{ needs.create-release.outputs.version }}_${{ matrix.goos }}_${{ matrix.goarch }}.${{ matrix.ext }}
224224
asset_content_type: application/octet-stream

0 commit comments

Comments
 (0)