Skip to content

Commit

Permalink
similiar distro names
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrj committed Feb 25, 2024
1 parent b6d32a2 commit 6e1bb47
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 @@ -238,7 +238,7 @@ jobs:
path: ./

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

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

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

#####################################
- name: Create GitHub release
Expand All @@ -262,7 +262,7 @@ jobs:
prerelease: true
files: |
librer_devel.${{ steps.version.outputs.version }}.portable.linux.zip
librer_devel.${{ steps.version.outputs.version }}.portable.linux.nuitka.zip
librer_devel.${{ steps.version.outputs.version }}.portable.windows.zip
librer_devel.${{ steps.version.outputs.version }}.nuitka.portable.linux.zip
librer_devel.${{ steps.version.outputs.version }}.nuitka.portable.windows.zip
librer_devel.${{ steps.version.outputs.version }}.portable.windows.nuitka.zip

0 comments on commit 6e1bb47

Please sign in to comment.