Skip to content

Commit

Permalink
fix: env var set
Browse files Browse the repository at this point in the history
  • Loading branch information
kraanzu committed Jan 27, 2024
1 parent f977a84 commit 55b2e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
pyinstaller -F smassh.py --add-data="smassh/ui/css/:smassh/ui/css"
- name: Set final file name
run: echo "FINAL_FILE_NAME=$(echo ${matrix.os} | sed 's/-latest//;s/ubuntu/linux/')-smassh"
run: echo "FINAL_FILE_NAME=$(echo ${matrix.os} | sed 's/-latest//;s/ubuntu/linux/')-smassh" >> $GITHUB_ENV

- name: Rename final file
run: cp ./dist/smassh ./dist/${{ env.FINAL_FILE_NAME }}
Expand Down

0 comments on commit 55b2e3b

Please sign in to comment.