Skip to content

Commit 331980d

Browse files
authored
Merge pull request #84 from avcopan/static-build
Fix working directory for upload
2 parents 61bbfdb + 25b9295 commit 331980d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/static-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ jobs:
2626
- name: Upload
2727
if: ${{ github.ref == 'refs/heads/master' && github.repository_owner == 'Auto-Mech'}}
2828
run: pixi run upload || true
29+
working-directory: static/
2930
env:
3031
ANACONDA_API_KEY: ${{ secrets.ANACONDA_API_KEY }}

0 commit comments

Comments
 (0)