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 183f594 commit 8c383c9Copy full SHA for 8c383c9
.github/workflows/dayz_srp_sakhal.yml
@@ -39,8 +39,8 @@ jobs:
39
- name: Extract Portable Tools
40
run: |
41
cd ${{ github.workspace }}\DayZExtract
42
- 7z x DayZExtract-*-portable.zip -y -o .
43
- DayZExtract.exe P:\ -p 10 -u
+ 7z x DayZExtract-*-portable.zip -y -o ./
+ .\DayZExtract.exe P:\ -p 10 -u
44
45
- name: Install Mikero Tools
46
uses: arma-actions/mikero-tools@latest
0 commit comments