File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 66
66
nim musl -d:pcre -f:on nim_norg.nim
67
67
- name : Compress the Nim Language Server binaries
68
68
run : |
69
- tar -c -z -v -f .. /nim_norg-${{ matrix.target.name }}.tar.gz `ls nim_norg{,.exe} 2>/dev/null || true`
69
+ tar -c -z -v -f ./nim_norg-${{ matrix.target.name }}.tar.gz `ls nim_norg{,.exe} 2>/dev/null || true`
70
70
- name : Upload the Nim Language Server Binaries
71
71
uses : actions/upload-artifact@v2
72
72
with :
@@ -114,7 +114,7 @@ jobs:
114
114
nimble build -f:on
115
115
- name : Compress the Nim Language Server binaries
116
116
run : |
117
- tar -c -z -v -f .. /nim_norg-${{ matrix.target.name }}.tar.gz `ls nim_norg{,.exe} 2>/dev/null || true`
117
+ tar -c -z -v -f ./nim_norg-${{ matrix.target.name }}.tar.gz `ls nim_norg{,.exe} 2>/dev/null || true`
118
118
- name : Upload the Nim Language Server Binaries
119
119
uses : actions/upload-artifact@v2
120
120
with :
You can’t perform that action at this time.
0 commit comments