Skip to content

Commit

Permalink
release on release only
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Aug 25, 2023
1 parent 7e7332b commit 8336486
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:
GOARCH=arm64 make module.tar.gz && mv module.tar.gz module-arm64.tar.gz
GOARCH=amd64 make module.tar.gz && mv module.tar.gz module-amd64.tar.gz
- uses: viamrobotics/upload-module@main
# if: github.event_name == 'release'
if: github.event_name == 'release'
with:
module-path: module-arm64.tar.gz
platform: linux/arm64
version: ${{ env.VERSION }}
cli-config-secret: ${{ secrets.cli_config }}
- uses: viamrobotics/upload-module@main
# if: github.event_name == 'release'
if: github.event_name == 'release'
with:
module-path: module-amd64.tar.gz
platform: linux/amd64
Expand Down

0 comments on commit 8336486

Please sign in to comment.