File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 87
87
- name : 🧰 Install LeviLamina
88
88
working-directory : ll
89
89
run : |
90
- lip.exe install -y github.com/LiteLDev/LeviLamina@$(echo ..\.version)
90
+ lip.exe install -y github.com/LiteLDev/LeviLamina@$(cat ..\.version)
91
91
92
92
- name : ⚙️ Install LSE
93
93
if : ${{ env.ENABLE_LSE == 'true' }}
@@ -130,16 +130,16 @@ jobs:
130
130
131
131
- name : 📦 Pack Files
132
132
run : |
133
- 7z a ll_$(echo .version)-bds_${{ steps.get_bds_core_version.outputs.bds_core_version }} .\ll\
133
+ 7z a ll_$(cat .version)-bds_${{ steps.get_bds_core_version.outputs.bds_core_version }} .\ll\
134
134
135
135
- name : 🎉 Upload Release
136
136
uses : softprops/action-gh-release@v1
137
137
with :
138
- files : ll_$(echo .version)-bds_${{ steps.get_bds_core_version.outputs.bds_core_version }}
139
- name : LeviLamina Packed - $(echo .version)
140
- tag_name : $(echo .version)
138
+ files : ll_$(cat .version)-bds_${{ steps.get_bds_core_version.outputs.bds_core_version }}
139
+ name : LeviLamina Packed - $(cat .version)
140
+ tag_name : $(cat .version)
141
141
body : |
142
- LeviLamina version: $(echo .version)
142
+ LeviLamina version: $(cat .version)
143
143
BDS core needed version: ${{ steps.get_bds_core_version.outputs.bds_core_version }}
144
144
Include LSE: ${{ env.ENABLE_LSE }}
145
145
Include Runtime: ${{ env.ENABLE_RUNTIME }}
You can’t perform that action at this time.
0 commit comments