File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 40
40
cd illyriamc
41
41
zip -r "../Illyria_v${{ steps.get_version.outputs.VERSION }}.zip" assets pack.mcmeta pack.png
42
42
43
- - id : calculate_sha256
44
- name : Calculate SHA256
45
- run : |
46
- echo "SHA256=$(sha256sum "Illyria_v${{ steps.get_version.outputs.VERSION }}.zip" | awk '{ print $1 }')" >> $GITHUB_OUTPUT
43
+ - id : calculate_sha1
44
+ name : Calculate SHA1
45
+ run : echo "SHA1=$(sha1sum "Illyria_v${{ steps.get_version.outputs.VERSION }}.zip" | awk '{ print $1 }')" >> $GITHUB_OUTPUT
47
46
48
47
- id : create_release
49
48
name : Create Release
53
52
with :
54
53
draft : ${{ contains(github.event.head_commit.message, '.draft') }}
55
54
files : Illyria_v${{ steps.get_version.outputs.VERSION }}.zip
56
- body : " SHA-256 Hash: ${{ steps.calculate_sha256 .outputs.SHA256 }}"
55
+ body : " SHA-1 Hash: ${{ steps.calculate_sha1 .outputs.SHA1 }}"
57
56
generate_release_notes : true
58
57
prerelease : ${{ contains(github.event.head_commit.message, '.pre') }}
59
58
tag_name : ${{ steps.get_version.outputs.VERSION }}
Original file line number Diff line number Diff line change 4
4
"description" : " \u00A7 8Adventure Awaits \n \u00A7 4By Illyria \u00A7 8for \u00A7 6MC 1.20.6 "
5
5
},
6
6
"version" : {
7
- "name" : " 1.2.1 "
7
+ "name" : " 1.2.2 "
8
8
}
9
9
}
You can’t perform that action at this time.
0 commit comments