test workflow

This commit is contained in:
iofq 2024-01-28 19:56:55 -06:00
parent b9c7dd0647
commit f7d5480687

View file

@ -27,6 +27,8 @@ jobs:
--bundler github:ralismark/nix-appimage \ --bundler github:ralismark/nix-appimage \
--extra-experimental-features nix-command \ --extra-experimental-features nix-command \
--extra-experimental-features flakes .#${{ matrix.package_name }} --extra-experimental-features flakes .#${{ matrix.package_name }}
echo "Done building AppImage for nvim-${{ matrix.package_name }}"
echo ${{ github.ref }}
- name: Upload bundle to release - name: Upload bundle to release
if: github.ref == 'master' if: github.ref == 'master'
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v2