mirror of
https://github.com/iofq/nvim.nix.git
synced 2026-01-23 08:55:16 -06:00
update CI
This commit is contained in:
parent
b65b7296e5
commit
f9ae40f53c
5 changed files with 18 additions and 18 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
push: true
|
||||
tags: ghcr.io/iofq/nvim:latest
|
||||
-
|
||||
name: Extract .tar.gz from container
|
||||
name: Extract full .tar.gz from container
|
||||
uses: shrink/actions-docker-extract@v1
|
||||
id: extract
|
||||
with:
|
||||
|
|
@ -33,7 +33,7 @@ jobs:
|
|||
path: /app/neovim-x86_64-linux.AppImage
|
||||
|
||||
-
|
||||
name: Extract .tar.gz from container
|
||||
name: Extract minimal .tar.gz from container
|
||||
uses: shrink/actions-docker-extract@v1
|
||||
id: extract-minimal
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue