Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Hulvdan committed Jul 21, 2021
1 parent a2fac20 commit f5c3fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
pytest
- name: Build Application
# Запускать, если указан тег
if: ${{ gstartsWith(github.ref, 'refs/tags/') }}
if: ${{ startsWith(github.ref, 'refs/tags/') }}
run: |
python setup.py py2exe -d steam-workshop-downloader
python -m zipfile -c steam-workshop-downloader.zip steam-workshop-downloader/
Expand Down

0 comments on commit f5c3fe7

Please sign in to comment.