Skip to content

Commit c728654

Browse files
author
piotrj
committed
fix CI
1 parent 3e59e6f commit c728654

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/run.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
run: echo "version=$(cat ./src/version.txt)" >> $GITHUB_OUTPUT
219219

220220
- name: rename linux distro
221-
run: mv ./build-pyinstaller/librer.lin.zip ./librer.${{ steps.version.outputs.version }}.portable.linux.zip
221+
run: mv ./build-pyinstaller/librer.lin.zip ./librer.${{ steps.version.outputs.version }}.linux.portable.zip
222222

223223
#####################################
224224
- name: download windows pyinstaller distro
@@ -228,7 +228,7 @@ jobs:
228228
path: ./
229229

230230
- name: rename windows distro
231-
run: mv ./librer.win.zip ./librer.${{ steps.version.outputs.version }}.portable.windows.zip
231+
run: mv ./librer.win.zip ./librer.${{ steps.version.outputs.version }}.windows.portable.zip
232232

233233
#####################################
234234
- name: download windows nuitka distro
@@ -238,7 +238,7 @@ jobs:
238238
path: ./
239239

240240
- name: rename windows distro
241-
run: mv ./librer.win.zip ./librer.${{ steps.version.outputs.version }}.portable.windows.nuitka.zip
241+
run: mv ./librer.win.zip ./librer.${{ steps.version.outputs.version }}.windows.nuitka.portable.zip
242242

243243

244244
#####################################
@@ -249,7 +249,7 @@ jobs:
249249
path: ./
250250

251251
- name: rename linux distro
252-
run: mv ./librer.lin.zip ./librer.${{ steps.version.outputs.version }}.portable.linux.nuitka.zip
252+
run: mv ./librer.lin.zip ./librer.${{ steps.version.outputs.version }}.linux.nuitka.portable.zip
253253

254254
#####################################
255255
- name: Create GitHub release

0 commit comments

Comments
 (0)