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