Skip to content

Commit 7fbd032

Browse files
committed
fixed: Pattern 'IllyriaRP_vv1.3.0.zip' does not match any files.
.deploy
1 parent 6845659 commit 7fbd032

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5555
with:
5656
draft: ${{ contains(github.event.head_commit.message, '.draft') }}
57-
files: IllyriaRP_v${{ steps.get_version.outputs.VERSION }}.zip
57+
files: IllyriaRP_${{ steps.get_version.outputs.VERSION }}.zip
5858
body: |
5959
Direct Download Link: https://github.com/${{ github.repository }}/releases/download/${{ steps.get_version.outputs.VERSION }}/IllyriaRP_${{ steps.get_version.outputs.VERSION }}.zip
6060
SHA-1 Hash: ${{ steps.calculate_sha1.outputs.SHA1 }}

illyriarp/pack.mcmeta

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"description": "\u00A78Adventure Awaits \n\u00A74By Illyrion \u00A78for \u00A76MC 1.20.6 "
55
},
66
"version": {
7-
"name": "v1.3.0"
7+
"name": "v1.3.1"
88
}
99
}

0 commit comments

Comments
 (0)