Skip to content

Commit

Permalink
k
Browse files Browse the repository at this point in the history
  • Loading branch information
itnpeople committed Mar 3, 2022
1 parent 8be9f0b commit c17388f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-release-upload-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@ jobs:
- name: Build artifacts
run: |
GOOS=linux GOARCH=amd64 go build -o bin/linux/amd64/cbctl .
#GOOS=darwin GOARCH=amd64 go build -o bin/darwin/amd64/cbctl .
#GOOS=windows GOARCH=amd64 go build -o bin/windows/amd64/cbctl .
GOOS=darwin GOARCH=amd64 go build -o bin/darwin/amd64/cbctl .
GOOS=windows GOARCH=amd64 go build -o bin/windows/amd64/cbctl .
- name: Release
uses: actions/create-release@v1
id: create_release
with:
draft: true
prerelease: true
release_name: Release ${{ steps.variables.outputs.version }}
tag_name: ${{ github.ref }}
tag_name: ${{ steps.variables.outputs.version }}
env:
GITHUB_TOKEN: ${{ github.token }}
- name: Upload linux artifact
Expand Down

0 comments on commit c17388f

Please sign in to comment.