File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,17 @@ jobs:
3333 steps :
3434 - uses : actions/checkout@v4
3535
36+ - name : Download Artifact
37+ uses : actions/download-artifact@v4
38+ with :
39+ name : frate-binary
40+
3641 - name : Create GitHub Release
3742 id : create_release
3843 uses : actions/create-release@v1
3944 env :
4045 GITHUB_TOKEN : ${{ secrets.TOKEN }}
4146 with :
42- # Example of using the current date for a tag name or replace it with your versioning system
4347 tag_name : " v${{ github.run_number }}"
4448 release_name : " Release ${{ github.run_number }}"
4549 draft : false
5155 GITHUB_TOKEN : ${{ secrets.TOKEN }}
5256 with :
5357 upload_url : ${{ steps.create_release.outputs.upload_url }}
54- asset_path : ./ frate
58+ asset_path : frate
5559 asset_name : frate
5660 asset_content_type : application/octet-stream
57-
You can’t perform that action at this time.
0 commit comments