Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hxhxhx88 committed Oct 6, 2023
1 parent c2c7ed2 commit dab7955
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ jobs:
GOOS=darwin GOARCH=arm64 task sam:build && mv build/nutsh-sam build/nutsh-sam-Darwin-arm64
EOF
docker run --rm --entrypoint tar local/nutsh:runtime-release cC /project/build . | tar xvC ~/build
- name: install GitHub CLI
run: |
sudo apt-get update
sudo apt-get install -y hub
- name: create release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit dab7955

Please sign in to comment.