Skip to content

Commit

Permalink
Merge pull request #18 from viam-modules/migration-fixes
Browse files Browse the repository at this point in the history
[RSDK-8584] [RSDK-8585] Post-migration fixes
  • Loading branch information
hexbabe authored Aug 30, 2024
2 parents 639263e + 880d962 commit 56d9bf7
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,3 @@ jobs:
echo "COMMIT_COUNT=${{ env.COMMIT_COUNT }}"
echo "LATEST_RELEASE_VERSION=${{ env.LATEST_RELEASE_VERSION }}"
echo "version: ${{ env.LATEST_RELEASE_VERSION }}-${{ github.ref_name }}.${{ github.run_number }}"
- name: Update module registry
uses: viamrobotics/upload-module@main
if: github.event_name == 'push'
with:
meta-path: ${{ env.META_PATH }}
module-path: bin/viam-csi-latest-aarch64.AppImage
platform: linux/arm64
version: ${{ env.LATEST_RELEASE_VERSION }}-${{ github.ref_name }}.${{ github.run_number }}
key-id: ${{ secrets.viam_key_id }}
key-value: ${{ secrets.viam_key_value }}

0 comments on commit 56d9bf7

Please sign in to comment.