We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8e269b commit 306c61bCopy full SHA for 306c61b
.github/workflows/ship_ndlls.yml
@@ -44,7 +44,9 @@ jobs:
44
uses: actions/[email protected]
45
with:
46
name: 'NDLL-Windows'
47
- path: C:\Users\runneradmin/haxelib/lime/git/ndlls/Windows64
+ run: |
48
+ cd "C:/Users/runneradmin/"
49
+ path: haxelib/lime/git/ndlls/Windows64
50
NDLLLinux:
51
# The type of runner that the job will run on
52
runs-on: ubuntu-latest
@@ -88,4 +90,6 @@ jobs:
88
90
89
91
92
name: 'NDLL-Linux'
- path: /home/runner/haxelib/lime/git/ndlls/Linux64
93
94
+ cd ~/home/runner/
95
+ path: haxelib/lime/git/ndlls/Linux64
0 commit comments