add artifact upload

This commit is contained in:
Osman Faruk Bayram 2025-03-23 00:55:47 +03:00
parent 1de8bbc90f
commit dc888960b3

View file

@ -34,7 +34,13 @@ jobs:
- name: Get the init.lua path
run: |
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:
runs-on: ubuntu-24.04