test workflow

This commit is contained in:
iofq 2024-01-28 19:31:13 -06:00
parent 72f3adeca1
commit 82f941926b

View file

@ -31,6 +31,6 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: "nvim-${{ matrix.package_name }}.AppImage"
file: "nvim-x86_64-linux-${{ matrix.package_name }}.AppImage"
tag: latest
overwrite: true