Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrj committed Dec 5, 2023
1 parent 529f2ad commit 6f67cc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: librer-pyinstaller-lin-distro
path: ./build-pyinstaller-lin-l/librer.pyinstaller.lin.zip
path: ./build-pyinstaller-lin_l/librer.pyinstaller.lin.zip
if-no-files-found: error

#####################################
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
- name: move linux distro pyinstaller
run: |
cd ./build-pyinstaller-lin-l
cd ./build-pyinstaller-lin_l
mv ./librer.pyinstaller.lin.zip ../librer.${{ steps.version.outputs.version }}.portable.linux.tgz
#####################################
Expand Down

0 comments on commit 6f67cc0

Please sign in to comment.