Skip to content

Commit

Permalink
Merge branch 'release-v0.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
NingYuanLin committed Oct 3, 2022
2 parents 8aae06e + a0a2799 commit 64a858e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cd_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ jobs:
# run: go build -v ./...
run: go build -v -o cau_go main.go

- name: Rename file
if: ${{ matrix.goos == 'windows' }}
run: mv cau_go cau_go.exe

- name: GetVersion
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV

Expand Down Expand Up @@ -97,7 +101,7 @@ jobs:
uses: actions/download-artifact@v3.0.0
with:
# Artifact name
name: cau_go-linux-amd64-${{ env.RELEASE_VERSION }}.zip
name: cau_go-linux-arm64-${{ env.RELEASE_VERSION }}.zip
# name: linux-arm64.zip

- name: Download a Build Artifact
Expand Down

0 comments on commit 64a858e

Please sign in to comment.