Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
silv3rr authored Dec 4, 2021
1 parent 0e3b68e commit b824f48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ jobs:
path: build-artifacts
- name: Create gh release using 'hub'
run: |
git push origin:slv-pywho-v$(date +%Y%m%d)
hub release delete slv-pywho-v$(date +%Y%m%d)
hub release create $(find -type f -printf '-a %p ') slv-pywho-v$(date +%Y%m%d) -F - <<'#####'
pywho
Expand Down

0 comments on commit b824f48

Please sign in to comment.