diff --git a/.gitea/workflows/auto-tag.yml b/.gitea/workflows/auto-tag.yml index fdc13e78..e306a8a8 100644 --- a/.gitea/workflows/auto-tag.yml +++ b/.gitea/workflows/auto-tag.yml @@ -455,7 +455,7 @@ jobs: . "$HOME/.cargo/env" npm ci --legacy-peer-deps rustup target add aarch64-unknown-linux-gnu - CI=true npx tauri build --target aarch64-unknown-linux-gnu + CI=true npx tauri build --target aarch64-unknown-linux-gnu --bundles deb,rpm - name: Upload artifacts env: RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}