diff --git a/.github/workflows/build-amd64-module.yml b/.github/workflows/build-amd64-module.yml index b7feb47..eeaefbb 100644 --- a/.github/workflows/build-amd64-module.yml +++ b/.github/workflows/build-amd64-module.yml @@ -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 diff --git a/.github/workflows/build-arm64-module.yml b/.github/workflows/build-arm64-module.yml index e3ce0c2..41c377e 100644 --- a/.github/workflows/build-arm64-module.yml +++ b/.github/workflows/build-arm64-module.yml @@ -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 diff --git a/Makefile b/Makefile index 63b2cd0..d5d5c59 100644 --- a/Makefile +++ b/Makefile @@ -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: