test new workflow

This commit is contained in:
iofq 2024-01-28 18:47:06 -06:00
parent fecb8220bd
commit f5731f1a52

View file

@ -14,7 +14,6 @@ jobs:
- name: Run `nix bundle`
id: build
run: |
mkdir -p /out && cd /out
nix bundle \
-o nvim.AppImage \
--bundler github:ralismark/nix-appimage \
@ -31,5 +30,5 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: /out/*.AppImage.gz
file: *.AppImage.gz
overwrite: true