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 577e500 commit c0a3e40Copy full SHA for c0a3e40
.github/workflows/auto-ozip-decrypt.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Upload Decrypted zip if AES keys not found.
46
continue-on-error: true
47
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
+ curl https://bashupload.com/ -T *.zip #file will be uploaded to bashupload, so mirror it if you are decrypting for community uses
49
50
51
- name: ziping decrypted file if needed.
0 commit comments