Skip to content

Commit 306c61b

Browse files
Update ship_ndlls.yml
1 parent d8e269b commit 306c61b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ship_ndlls.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ jobs:
4444
uses: actions/[email protected]
4545
with:
4646
name: 'NDLL-Windows'
47-
path: C:\Users\runneradmin/haxelib/lime/git/ndlls/Windows64
47+
run: |
48+
cd "C:/Users/runneradmin/"
49+
path: haxelib/lime/git/ndlls/Windows64
4850
NDLLLinux:
4951
# The type of runner that the job will run on
5052
runs-on: ubuntu-latest
@@ -88,4 +90,6 @@ jobs:
8890
uses: actions/[email protected]
8991
with:
9092
name: 'NDLL-Linux'
91-
path: /home/runner/haxelib/lime/git/ndlls/Linux64
93+
run: |
94+
cd ~/home/runner/
95+
path: haxelib/lime/git/ndlls/Linux64

0 commit comments

Comments
 (0)