File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3636 with :
3737 upload_url : ${{ steps.create_release.outputs.upload_url }}
38- asset_path : ./target/linux_amd64/instaunit -${{ github.sha }}-linux-amd64.tgz
39- asset_name : instaunit -${{ github.sha }}-linux-amd64.tgz
38+ asset_path : ./target/linux_amd64/urlenc -${{ github.sha }}-linux-amd64.tgz
39+ asset_name : urlenc -${{ github.sha }}-linux-amd64.tgz
4040 asset_content_type : application/x-tgz
4141 - name : Upload artifact
4242 id : upload_artifact_freebsd_amd64
4545 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4646 with :
4747 upload_url : ${{ steps.create_release.outputs.upload_url }}
48- asset_path : ./target/freebsd_amd64/instaunit -${{ github.sha }}-freebsd-amd64.tgz
49- asset_name : instaunit -${{ github.sha }}-freebsd-amd64.tgz
48+ asset_path : ./target/freebsd_amd64/urlenc -${{ github.sha }}-freebsd-amd64.tgz
49+ asset_name : urlenc -${{ github.sha }}-freebsd-amd64.tgz
5050 asset_content_type : application/x-tgz
5151 - name : Upload artifact
5252 id : upload_artifact_darwin_amd64
5555 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5656 with :
5757 upload_url : ${{ steps.create_release.outputs.upload_url }}
58- asset_path : ./target/darwin_amd64/instaunit -${{ github.sha }}-darwin-amd64.tgz
59- asset_name : instaunit -${{ github.sha }}-darwin-amd64.tgz
58+ asset_path : ./target/darwin_amd64/urlenc -${{ github.sha }}-darwin-amd64.tgz
59+ asset_name : urlenc -${{ github.sha }}-darwin-amd64.tgz
6060 asset_content_type : application/x-tgz
You can’t perform that action at this time.
0 commit comments