Skip to content

Commit

Permalink
fix: cp linux-arm64 in order to upload to release
Browse files Browse the repository at this point in the history
  • Loading branch information
childe committed Aug 23, 2023
1 parent 990094b commit 7e9ebab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
cp build/gohangout-windows-arm64-${GITHUB_REF_NAME}.exe gohangout-windows-arm64.exe
cp build/gohangout-linux-x64-${GITHUB_REF_NAME} gohangout-linux-x64
cp build/gohangout-linux-386-${GITHUB_REF_NAME} gohangout-linux-386
cp build/gohangout-linux-arm64-${GITHUB_REF_NAME} gohangout-linux-arm64
cp build/gohangout-darwin-x64-${GITHUB_REF_NAME} gohangout-darwin-x64
- name: LS
Expand Down

0 comments on commit 7e9ebab

Please sign in to comment.