Skip to content

Commit

Permalink
Fix module upload to work on tag push (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanavery authored Nov 22, 2023
1 parent 0d80872 commit a2c1690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Upload Module
uses: viamrobotics/upload-module@main
if: github.event_name == 'release'
if: startsWith(github.ref, 'refs/tags/')
with:
meta-path: ${{ env.META_PATH }}
module-path: bin/viam-csi-latest-aarch64.AppImage
Expand Down

0 comments on commit a2c1690

Please sign in to comment.