diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 238ee65c08..1b40304ef1 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -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!"