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 7e8fa03 commit 61f1d3fCopy full SHA for 61f1d3f
.github/workflows/dayz_srp_sakhal.yml
@@ -28,12 +28,12 @@ jobs:
28
- name: Install Wardog DayZ 2 P
29
uses: robinraju/release-downloader@v1
30
with:
31
- repository: https://github.com/wrdg/DayZExtract
32
- latest: true
+ repository: wrdg/DayZExtract
33
fileName: DayZExtract-*-portable.zip
34
- tarBall: false
35
- zipBall: true
36
out-file-path: DayZExtract
+ latest: true
+ zipBall: true
+ tarBall: false
37
extract: true
38
39
- name: Extract Portable Tools
0 commit comments