Skip to content

Commit 55b3443

Browse files
committed
moving action to checkout
1 parent ff0a1cb commit 55b3443

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/dayz_srp_sakhal.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ jobs:
2727
echo "output ${{steps.steamcmd.outputs.directory}}"
2828
2929
- name: Install Wardog DayZ 2 P
30-
uses: wrdg/DayZExtract/releases/tag/v1.0.8
30+
uses: actions/checkout@v4
31+
with:
32+
type: zip
33+
path: wrdg/DayZExtract/releases/tag/v1.0.8
3134

3235
- name: Extract Portable Tools
3336
run: |

0 commit comments

Comments
 (0)