add artifact upload
This commit is contained in:
parent
1de8bbc90f
commit
dc888960b3
1 changed files with 8 additions and 2 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
|
@ -34,7 +34,13 @@ jobs:
|
||||||
- name: Get the init.lua path
|
- name: Get the init.lua path
|
||||||
run: |
|
run: |
|
||||||
init_path=$(grep "init=" result/bin/nixvim-print-init | awk -F'=' '{print $2}')
|
init_path=$(grep "init=" result/bin/nixvim-print-init | awk -F'=' '{print $2}')
|
||||||
cat $init_path
|
cp $init_path init.lua
|
||||||
|
|
||||||
|
- name: Upload the artifact
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: init
|
||||||
|
path: init.lua
|
||||||
|
|
||||||
check-formatting:
|
check-formatting:
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue