Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrj committed Apr 15, 2024
1 parent 3e59e6f commit c728654
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ jobs:
run: echo "version=$(cat ./src/version.txt)" >> $GITHUB_OUTPUT

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

#####################################
- name: download windows pyinstaller distro
Expand All @@ -228,7 +228,7 @@ jobs:
path: ./

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

#####################################
- name: download windows nuitka distro
Expand All @@ -238,7 +238,7 @@ jobs:
path: ./

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


#####################################
Expand All @@ -249,7 +249,7 @@ jobs:
path: ./

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

#####################################
- name: Create GitHub release
Expand Down

0 comments on commit c728654

Please sign in to comment.