Skip to content

Commit

Permalink
Fix the rename script call path
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton authored Dec 12, 2024
1 parent cca70d8 commit f54eeed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Rename the installers
id: rename-installers
working-directory: installers
run: python ./Cura-workflows/runner_scripts/rename_installers.py --tag "nightly" >> $GITHUB_OUTPUT
run: python ../Cura-workflows/runner_scripts/rename_installers.py --tag "nightly" >> $GITHUB_OUTPUT

- name: create the release notes
shell: python
Expand Down

0 comments on commit f54eeed

Please sign in to comment.