mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
test new workflow
This commit is contained in:
parent
fecb8220bd
commit
f5731f1a52
1 changed files with 1 additions and 2 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue