From 2ae53ff3bdbc383a41472b3c0bb2447844a625fe Mon Sep 17 00:00:00 2001 From: iofq Date: Sun, 28 Jan 2024 18:50:58 -0600 Subject: [PATCH] test new workflow --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 531b3aa..b424cea 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,11 +24,10 @@ jobs: --bundler github:ralismark/nix-appimage \ --extra-experimental-features nix-command \ --extra-experimental-features flakes .#minimal - gzip *.AppImage - name: Upload bundle to release uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: *.AppImage.gz + file: *.AppImage overwrite: true