mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 00:45:17 -06:00
test workflow
This commit is contained in:
parent
f81b86ba90
commit
36af04e4ee
1 changed files with 2 additions and 1 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
|
@ -33,6 +33,7 @@ jobs:
|
|||
uses: svenstaro/upload-release-action@v2
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file: "nvim-x86_64-linux-${{ matrix.package_name }}.AppImage"
|
||||
file: "nvim-${{ matrix.package_name }}.AppImage"
|
||||
asset_name: "nvim-x86_64-linux-${{ matrix.package_name }}.AppImage"
|
||||
tag: latest
|
||||
overwrite: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue