File tree Expand file tree Collapse file tree 1 file changed +4
-16
lines changed Expand file tree Collapse file tree 1 file changed +4
-16
lines changed Original file line number Diff line number Diff line change 19
19
run : |
20
20
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o imago-linux-amd64
21
21
CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 go build -o imago-darwin-amd64
22
- - uses : actions/upload-release-asset@v1
23
- if : >-
24
- github.event_name == 'release'
25
- env :
26
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
22
+ - uses : softprops/action-gh-release@v1
27
23
with :
28
- upload_url : ${{ github.event.release.upload_url }}
29
- asset_path : imago-linux-amd64
30
- - uses : actions/upload-release-asset@v1
31
- if : >-
32
- github.event_name == 'release'
33
- env :
34
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
35
- with :
36
- upload_url : ${{ github.event.release.upload_url }}
37
- asset_path : imago-darwin-amd64
38
-
24
+ files :
25
+ - imago-linux-amd64
26
+ - imago-darwin-amd64
You can’t perform that action at this time.
0 commit comments