Skip to content

Commit fd43ede

Browse files
committed
file path changes
1 parent 61f1d3f commit fd43ede

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/dayz_srp_sakhal.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: robinraju/release-downloader@v1
3030
with:
3131
repository: wrdg/DayZExtract
32-
fileName: DayZExtract-*-portable.zip
32+
fileName: "*-portable.zip"
3333
out-file-path: DayZExtract
3434
latest: true
3535
zipBall: true
@@ -38,8 +38,9 @@ jobs:
3838

3939
- name: Extract Portable Tools
4040
run: |
41-
7z x DayZExtract-1.0.8-portable.zip
42-
cd DayZExtract-1.0.8-portable
41+
cd ${{ github.workspace }}\DayZExtract
42+
7z x DayZExtract-*-portable.zip
43+
cd DayZExtract-*-portable
4344
DayZExtract.exe P:\ -p 10 -u
4445
4546
- name: Install Mikero Tools

0 commit comments

Comments
 (0)