File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929 - name : Generate Checksums
3030 run : |
3131 FILELIST=
32- md5sum BrayanBot.zip pterodactyl-egg.json Dockerfile docker-compose.yml .dockerignore > md5-checksums.txt
33- sha256sum BrayanBot.zip pterodactyl-egg.json Dockerfile docker-compose.yml .dockerignore > sha256-checksums.txt
34- sha512sum BrayanBot.zip pterodactyl-egg.json Dockerfile docker-compose.yml .dockerignore > sha512-checksums.txt
32+ md5sum BrayanBot-v${{ steps.vars.outputs.version }} .zip pterodactyl-egg.json Dockerfile docker-compose.yml .dockerignore > md5-checksums.txt
33+ sha256sum BrayanBot-v${{ steps.vars.outputs.version }} .zip pterodactyl-egg.json Dockerfile docker-compose.yml .dockerignore > sha256-checksums.txt
34+ sha512sum BrayanBot-v${{ steps.vars.outputs.version }} .zip pterodactyl-egg.json Dockerfile docker-compose.yml .dockerignore > sha512-checksums.txt
3535
3636 # Release Public Build
3737 - uses : " marvinpinto/action-automatic-releases@latest"
You can’t perform that action at this time.
0 commit comments