From f81b86ba900006186878f9e760f7aea137da6aca Mon Sep 17 00:00:00 2001 From: iofq Date: Sun, 28 Jan 2024 19:59:58 -0600 Subject: [PATCH] test 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 6feae3a..929ba64 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,9 +28,8 @@ jobs: --extra-experimental-features nix-command \ --extra-experimental-features flakes .#${{ matrix.package_name }} echo "Done building AppImage for nvim-${{ matrix.package_name }}" - echo ${{ github.ref }} - name: Upload bundle to release - if: github.ref == 'master' + if: github.ref == 'refs/heads/master' uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }}