We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61f1d3f commit fd43edeCopy full SHA for fd43ede
.github/workflows/dayz_srp_sakhal.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: robinraju/release-downloader@v1
30
with:
31
repository: wrdg/DayZExtract
32
- fileName: DayZExtract-*-portable.zip
+ fileName: "*-portable.zip"
33
out-file-path: DayZExtract
34
latest: true
35
zipBall: true
@@ -38,8 +38,9 @@ jobs:
38
39
- name: Extract Portable Tools
40
run: |
41
- 7z x DayZExtract-1.0.8-portable.zip
42
- cd DayZExtract-1.0.8-portable
+ cd ${{ github.workspace }}\DayZExtract
+ 7z x DayZExtract-*-portable.zip
43
+ cd DayZExtract-*-portable
44
DayZExtract.exe P:\ -p 10 -u
45
46
- name: Install Mikero Tools
0 commit comments