Skip to content

Commit 844d8b2

Browse files
authored
Stupid Mistake
Signed-off-by: Laurensius Jeffrey <[email protected]>
1 parent 8fd47ba commit 844d8b2

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/upload_release.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,9 @@ jobs:
2828
curl --insecure -m 300 -o "situs_judi.txt" "${{ secrets.SITUS_JUDI }}"
2929
shell: bash
3030
continue-on-error: false
31-
32-
- name: Cleanup & kill WireGuard
31+
32+
- name: kill WireGuard
3333
run: |
34-
rm -f domains.txt ipaddress_isp.txt situs_judi.txt
3534
sudo wg-quick down wg0
3635
shell: bash
3736

@@ -64,3 +63,8 @@ jobs:
6463
wc -l < situs_judi.txt
6564
) situs judi" \
6665
domains.txt ipaddress_isp.txt situs_judi.txt
66+
67+
- name: Cleanup
68+
run: |
69+
rm -f domains.txt ipaddress_isp.txt situs_judi.txt
70+
shell: bash

0 commit comments

Comments
 (0)