test new workflow

This commit is contained in:
iofq 2024-01-28 18:50:58 -06:00
parent f5731f1a52
commit 2ae53ff3bd

View file

@ -24,11 +24,10 @@ jobs:
--bundler github:ralismark/nix-appimage \
--extra-experimental-features nix-command \
--extra-experimental-features flakes .#minimal
gzip *.AppImage
- name: Upload bundle to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: *.AppImage.gz
file: *.AppImage
overwrite: true