test workflow

This commit is contained in:
iofq 2024-01-28 19:59:58 -06:00
parent f7d5480687
commit f81b86ba90

View file

@ -28,9 +28,8 @@ jobs:
--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 "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 == 'refs/heads/master'
uses: svenstaro/upload-release-action@v2 uses: svenstaro/upload-release-action@v2
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}