diff --git a/.github/workflows/build-validation.yml b/.github/workflows/build-validation.yml index 63903df..9130803 100644 --- a/.github/workflows/build-validation.yml +++ b/.github/workflows/build-validation.yml @@ -43,13 +43,6 @@ jobs: - name: Build Tauri run: mise exec bun --command 'bun run tauri build' - - name: Upload build artifact - uses: actions/upload-artifact@v4 - with: - name: stort-appimage.zip - path: ./src-tauri/target/release/bundle/appimage/*.AppImage - retention-days: 7 - - name: Create Release id: create_release uses: actions/create-release@v1