Skip to content

Commit

Permalink
Add done step
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek authored Jul 23, 2020
1 parent 4ca7cc4 commit 7ceabe3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,3 +242,15 @@ jobs:
asset_path: ./QOwnNotes.zip
asset_name: QOwnNotes.zip
asset_content_type: application/zip

after-build:
name: Done
runs-on: ubuntu-latest
needs: build
strategy:
fail-fast: false
steps:
- name: Done
shell: bash
run: |
echo "Done!"

0 comments on commit 7ceabe3

Please sign in to comment.