Skip to content

Commit

Permalink
remove version
Browse files Browse the repository at this point in the history
  • Loading branch information
mvrpl committed Apr 13, 2024
1 parent 621426f commit 8b1bf7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,18 +61,18 @@ jobs:
export CGO_ENABLE=1
go mod tidy
go build -o chsht-${{ matrix.name }} .
aws s3 cp ./chsht-${{ matrix.name }} s3://artifacts-mvrpl/chsht/releases/${{github.ref_name}}/chsht-${{ matrix.name }}-${{github.ref_name}}
aws s3 cp ./chsht-${{ matrix.name }} s3://artifacts-mvrpl/chsht/releases/${{github.ref_name}}/chsht-${{ matrix.name }}
- name: Build linux
if: matrix.runner == 'ubuntu-latest'
run: |
export CGO_ENABLE=1
go mod tidy
go build -o chsht-${{ matrix.name }} .
aws s3 cp ./chsht-${{ matrix.name }} s3://artifacts-mvrpl/chsht/releases/${{github.ref_name}}/chsht-${{ matrix.name }}-${{github.ref_name}}
aws s3 cp ./chsht-${{ matrix.name }} s3://artifacts-mvrpl/chsht/releases/${{github.ref_name}}/chsht-${{ matrix.name }}
- name: Build windows
if: matrix.runner == 'windows-latest'
run: |
$env:CGO_ENABLE=1
go mod tidy
go build -o chsht-${{ matrix.name }}.exe .
aws s3 cp ./chsht-${{ matrix.name }}.exe s3://artifacts-mvrpl/chsht/releases/${{github.ref_name}}/chsht-${{ matrix.name }}-${{github.ref_name}}.exe
aws s3 cp ./chsht-${{ matrix.name }}.exe s3://artifacts-mvrpl/chsht/releases/${{github.ref_name}}/chsht-${{ matrix.name }}.exe

0 comments on commit 8b1bf7a

Please sign in to comment.