From 4c63e77b0738a712a29fb81a5001f60bcacab2b1 Mon Sep 17 00:00:00 2001 From: Vomitblood Date: Wed, 7 Aug 2024 16:28:18 +0800 Subject: [PATCH] updated github actions workflow --- .github/workflows/build-validation.yml | 7 ------- 1 file changed, 7 deletions(-) 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