Skip to content

Commit

Permalink
ci(github-actions): navigate to clone directory
Browse files Browse the repository at this point in the history
  • Loading branch information
JaDogg committed Apr 14, 2024
1 parent 850b159 commit e87b3ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/manually_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Build zips & 7zs
run: |
echo "Running manual release"
pwd
cd main
git rev-parse HEAD
python main/compiler/scripts/manual_release.py
- name: Release
Expand Down Expand Up @@ -50,7 +50,9 @@ jobs:
- name: Build zips & 7zs
run: |
echo "Running manual release"
cd main
pwd
ls -ltra
git rev-parse HEAD
python main/compiler/scripts/manual_release.py
- name: Release
Expand Down

0 comments on commit e87b3ce

Please sign in to comment.