Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaney committed Apr 11, 2024
1 parent 4347c90 commit 275aed7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-amd64-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v3

- name: Build
run: make module.tar.gz
run: make module

- name: Upload
uses: viamrobotics/upload-module@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-arm64-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v3

- name: Build
run: make module.tar.gz
run: make module

- name: Upload
uses: viamrobotics/upload-module@v1
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ocean-prefilter-appimage: ocean-prefilter
cp ./packaging/appimages/deploy/ocean-prefilter-${TAG_VERSION}-${ARCH_NAME}.AppImage ocean-prefilter-appimage
chmod a+x ocean-prefilter-appimage

module.tar.gz: ocean-prefilter-appimage
module: ocean-prefilter-appimage
tar czf module.tar.gz ocean-prefilter-appimage

clean:
Expand Down

0 comments on commit 275aed7

Please sign in to comment.