Skip to content

Commit

Permalink
ci(github-actions): fix manual release script path
Browse files Browse the repository at this point in the history
  • Loading branch information
JaDogg committed Apr 14, 2024
1 parent e87b3ce commit a488684
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manually_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
echo "Running manual release"
cd main
git rev-parse HEAD
python main/compiler/scripts/manual_release.py
python compiler/scripts/manual_release.py
- name: Release
uses: softprops/action-gh-release@v2
with:
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
pwd
ls -ltra
git rev-parse HEAD
python main/compiler/scripts/manual_release.py
python compiler/scripts/manual_release.py
- name: Release
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit a488684

Please sign in to comment.