From f7d54806873f9ed47802895d767388f1fa9f7498 Mon Sep 17 00:00:00 2001 From: iofq Date: Sun, 28 Jan 2024 19:56:55 -0600 Subject: [PATCH] test workflow --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ccbfcf5..6feae3a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,6 +27,8 @@ jobs: --bundler github:ralismark/nix-appimage \ --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' uses: svenstaro/upload-release-action@v2