File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
- name : Generate Checksums
30
30
run : |
31
31
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
35
35
36
36
# Release Public Build
37
37
- uses : " marvinpinto/action-automatic-releases@latest"
You can’t perform that action at this time.
0 commit comments