From 0491124a7d0ba944b5c1bd1fcb86c7d22473e950 Mon Sep 17 00:00:00 2001 From: Chubby Granny Chaser Date: Sat, 18 May 2024 22:24:35 +0100 Subject: [PATCH] ci: adding portable to artifact --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 14 -------------- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 68367d15..01470bcb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,7 +54,7 @@ jobs: with: name: Build-${{ matrix.os }} path: | - dist/*.exe + dist/win-unpacked/* dist/*.zip dist/*.dmg dist/*.deb diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8217a13a..c51d9ea6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,20 +51,6 @@ jobs: MAIN_VITE_ONLINEFIX_PASSWORD: ${{ secrets.ONLINEFIX_PASSWORD }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Create artifact - uses: actions/upload-artifact@v4 - with: - name: Build-${{ matrix.os }} - path: | - dist/*.exe - dist/*.zip - dist/*.dmg - dist/*.deb - dist/*.rpm - dist/*.tar.gz - dist/*.yml - dist/*.blockmap - - name: Release uses: softprops/action-gh-release@v1 with: