Skip to content

Commit

Permalink
Fix Publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FichteFoll committed Apr 9, 2020
1 parent 166c61f commit 342828c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
POETRY_VERSION: 1.0.5

jobs:
deploy:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -22,7 +22,7 @@ jobs:
cd dist
jq -r ".release.assets[].browser_download_url" "$EVENT_PATH" \
| wget -i -
[[ -e $(command ls -A) ]] # fail if directory empty
[[ -e $(ls -A) ]] # fail if directory empty
- name: Setup Python
uses: actions/setup-python@v1
Expand Down

0 comments on commit 342828c

Please sign in to comment.