From d876f0871a6502b34e7df7caf5f667e6e66612e8 Mon Sep 17 00:00:00 2001 From: iofq Date: Sun, 28 Jan 2024 19:51:54 -0600 Subject: [PATCH] test workflow --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 38d6597..eb49779 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,7 @@ jobs: --extra-experimental-features nix-command \ --extra-experimental-features flakes .#${{ matrix.package_name }} - name: Upload bundle to release - if: github.ref == 'master' && ${{ success() }} + if: github.ref == 'master' && steps.build.outcome == 'success' uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }}