Skip to content

Commit a488684

Browse files
committed
ci(github-actions): fix manual release script path
1 parent e87b3ce commit a488684

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/manually_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
echo "Running manual release"
2323
cd main
2424
git rev-parse HEAD
25-
python main/compiler/scripts/manual_release.py
25+
python compiler/scripts/manual_release.py
2626
- name: Release
2727
uses: softprops/action-gh-release@v2
2828
with:
@@ -54,7 +54,7 @@ jobs:
5454
pwd
5555
ls -ltra
5656
git rev-parse HEAD
57-
python main/compiler/scripts/manual_release.py
57+
python compiler/scripts/manual_release.py
5858
- name: Release
5959
uses: softprops/action-gh-release@v2
6060
with:

0 commit comments

Comments
 (0)