5050 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5151 with :
5252 upload_url : ${{ steps.create_release.outputs.upload_url }}
53- asset_path : ./${{ BINARYNAME }} -linux-amd64
54- asset_name : ${{ BINARYNAME }} -linux-amd64
53+ asset_path : ./filesizecalc -linux-amd64
54+ asset_name : $filesizecalc -linux-amd64
5555 asset_content_type : application/zip
5656
5757 - name : upload Linux ARM64 artifacts
6060 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6161 with :
6262 upload_url : ${{ steps.create_release.outputs.upload_url }}
63- asset_path : ./${BINARYNAME} -linux-arm64
64- asset_name : ${BINARYNAME} -linux-arm64
63+ asset_path : ./filesizecalc -linux-arm64
64+ asset_name : filesizecalc -linux-arm64
6565 asset_content_type : application/zip
6666
6767 - name : upload MacOS AMD64 artifacts
7070 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
7171 with :
7272 upload_url : ${{ steps.create_release.outputs.upload_url }}
73- asset_path : ./${BINARYNAME} -darwin-amd64
74- asset_name : ${BINARYNAME} -darwin-amd64
73+ asset_path : ./filesizecalc -darwin-amd64
74+ asset_name : filesizecalc -darwin-amd64
7575 asset_content_type : application/zip
7676
7777 - name : upload MacOS ARM64 artifacts
8080 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8181 with :
8282 upload_url : ${{ steps.create_release.outputs.upload_url }}
83- asset_path : ./${BINARYNAME} -darwin-arm64
84- asset_name : ${BINARYNAME} -darwin-arm64
83+ asset_path : ./filesizecalc -darwin-arm64
84+ asset_name : filesizecalc -darwin-arm64
8585 asset_content_type : application/zip
8686
8787 - name : upload Windows AMD64 artifacts
9090 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
9191 with :
9292 upload_url : ${{ steps.create_release.outputs.upload_url }}
93- asset_path : ./${BINARYNAME} -windows-64bit
94- asset_name : ${BINARYNAME} -windows-64bit
93+ asset_path : ./filesizecalc -windows-64bit
94+ asset_name : filesizecalc -windows-64bit
9595 asset_content_type : application/zip
0 commit comments