Skip to content

Commit

Permalink
Update Release name
Browse files Browse the repository at this point in the history
  • Loading branch information
otherguy committed Apr 4, 2022
1 parent 179c493 commit f9b900c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
- name: Update info.plist
run: perl -pi.bak -e "s/<string>(\d+\.\d+\.\d+)<\/string>/<string>${{ steps.version.outputs.VERSION }}<\/string>/ig" info.plist
- name: Package Project
run: zip -9 -r 'Genererate Passwords.alfredworkflow' . --exclude=*.venv* --exclude=*.git* --exclude=*.vscode* --exclude=*.github* --exclude=*__pycache__* --exclude=.codeclimate.yml
run: zip -9 -r 'GenereratePasswords.alfredworkflow' . --exclude=*.venv* --exclude=*.git* --exclude=*.vscode* --exclude=*.github* --exclude=*__pycache__* --exclude=.codeclimate.yml
- name: Add Release asset
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: 'Genererate Passwords.alfredworkflow'
files: 'GenereratePasswords.alfredworkflow'

0 comments on commit f9b900c

Please sign in to comment.