Skip to content

Commit c0a3e40

Browse files
authored
Fix derp
1 parent 577e500 commit c0a3e40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-ozip-decrypt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Upload Decrypted zip if AES keys not found.
4646
continue-on-error: true
4747
run: |
48-
curl https://bashupload.com/ -T $FINAL_ZIP_NAME #file will be uploaded to bashupload, so mirror it if you are decrypting for community uses
48+
curl https://bashupload.com/ -T *.zip #file will be uploaded to bashupload, so mirror it if you are decrypting for community uses
4949
5050
5151
- name: ziping decrypted file if needed.

0 commit comments

Comments
 (0)