Skip to content

Commit

Permalink
used github nasty variable syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
cracked-machine committed Feb 12, 2024
1 parent 20c4cfa commit 5036786
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ jobs:
run: |
env
sudo make init package
sudo chmod 777 ${GITHUB_WORKSPACE}/dist/*
sudo chmod 777 ${{ env.GITHUB_WORKSPACE }}/dist/*
- name: upload wheel
uses: actions/upload-artifact@v4
with:
name: python wheel
path: ${GITHUB_WORKSPACE}/dist
path: ${{ env.GITHUB_WORKSPACE }}/dist
if-no-files-found: error


0 comments on commit 5036786

Please sign in to comment.