Skip to content

Commit

Permalink
proper syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Nnoggie committed Jul 3, 2024
1 parent d6792c5 commit ee46d57
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/releaseCreator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,8 @@ jobs:
with:
fetch-depth: 0 # gets entire git history, needed for automatic changelogs

- name: copy toc file
run:
cp WagoUI_Creator/WagoUI_Creator_Mainline.toc WagoUI_Creator_Mainline.toc
cp WagoUI_Creator/CHANGELOG.txt CHANGELOG.txt
- name: copy toc file and changelog
run: cp WagoUI_Creator/WagoUI_Creator_Mainline.toc WagoUI_Creator_Mainline.toc && cp WagoUI_Creator/CHANGELOG.txt CHANGELOG.txt

# once cloned, we just run the GitHub Action for the packager project
- name: Package and release
Expand Down

0 comments on commit ee46d57

Please sign in to comment.