Skip to content

Commit 0f0b2ef

Browse files
committed
F | auto_pack | not "echo"
1 parent 60caad6 commit 0f0b2ef

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/auto_pack.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: 🧰 Install LeviLamina
8888
working-directory: ll
8989
run: |
90-
lip.exe install -y github.com/LiteLDev/LeviLamina@$(echo ..\.version)
90+
lip.exe install -y github.com/LiteLDev/LeviLamina@$(cat ..\.version)
9191
9292
- name: ⚙️ Install LSE
9393
if: ${{ env.ENABLE_LSE == 'true' }}
@@ -130,16 +130,16 @@ jobs:
130130
131131
- name: 📦 Pack Files
132132
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\
134134
135135
- name: 🎉 Upload Release
136136
uses: softprops/action-gh-release@v1
137137
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)
141141
body: |
142-
LeviLamina version: $(echo .version)
142+
LeviLamina version: $(cat .version)
143143
BDS core needed version: ${{ steps.get_bds_core_version.outputs.bds_core_version }}
144144
Include LSE: ${{ env.ENABLE_LSE }}
145145
Include Runtime: ${{ env.ENABLE_RUNTIME }}

0 commit comments

Comments
 (0)