Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
PJDude committed Jan 2, 2024
1 parent 3439b19 commit 394c390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
run: echo "version=$(cat ./src/version.txt)" >> $GITHUB_OUTPUT

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

#####################################
- name: download windows distro
Expand Down

0 comments on commit 394c390

Please sign in to comment.