Skip to content

Commit

Permalink
Merge pull request #97 from r0x0d/update-release-workflow
Browse files Browse the repository at this point in the history
Update release workflow
  • Loading branch information
r0x0d authored Oct 17, 2023
2 parents c0cf4c1 + 4023d80 commit c7c4cc0
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,13 @@ jobs:
- name: Checkout the repository
uses: actions/checkout@v4

- name: Generate build files
uses: thatisuday/[email protected]
- uses: actions/setup-go@v4
with:
platforms: 'linux/amd64'
package: 'src'
name: 'rhc-worker-script-${{ steps.tagName.outputs.tag }}'
compress: 'true'
dest: 'dist'
go-version: '1.19'

- name: Generate distribution tarball
run: |
make distribution-tarball
mkdir dist && make distribution-tarball
sudo mv *.tar.gz dist/
env:
VERSION: '${{ steps.tagName.outputs.tag }}'
Expand Down

0 comments on commit c7c4cc0

Please sign in to comment.