Skip to content

Commit f280bcc

Browse files
Update main.yml
1 parent df87c0b commit f280bcc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@ jobs:
2323
sed -i "s/\!release\!/${{ github.run_id }}/" build/rpm.json
2424
go-bin-rpm generate -o okql.rpm --version ${{ env.VERSION }} --arch amd64 --file build/rpm.json
2525
ls -lah okql.rpm
26+
cp bin/okql . # copy binary to root folder to be able to use it easily in next step
2627
2728
- name: Create release
2829
uses: ncipollo/release-action@v1
2930
with:
30-
artifacts: "okql.rpm"
31+
artifacts: "okql.rpm,okql"
3132
omitBody: true
3233
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)