Skip to content

Commit

Permalink
gate
Browse files Browse the repository at this point in the history
  • Loading branch information
e154 committed Dec 11, 2023
1 parent 4ac6974 commit a78b467
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,17 +114,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: upload gate darwin arm64 artifact
- name: upload gate linux arm-7 artifact
uses: softprops/action-gh-release@v1
with:
files: /home/runner/work/smart-home/smart-home/gate-darwin-10.6-arm64
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: upload gate darwin amd64 artifact
uses: softprops/action-gh-release@v1
with:
files: /home/runner/work/smart-home/smart-home/gate-darwin-10.6-amd64
files: /home/runner/work/smart-home/smart-home/gate-linux-arm-7
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit a78b467

Please sign in to comment.