File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -219,6 +219,6 @@ jobs:
219
219
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
220
220
with :
221
221
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 }}
224
224
asset_content_type : application/octet-stream
You can’t perform that action at this time.
0 commit comments