Skip to content

Commit

Permalink
ci(publish): always produce release artifacts
Browse files Browse the repository at this point in the history
Even if semantic release fails

Signed-off-by: Brycen G <[email protected]>
  • Loading branch information
BrycensRanch authored Feb 28, 2023
1 parent 257ec24 commit c70cc95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,8 @@ jobs:
# signingKey: ${{ steps.import_gpg.outputs.keyid }}
# signingPassword: ${{ secrets.PASSPHRASE }}
- name: Upload release artifacts
if: always()
uses: actions/upload-artifact@v3
with:
name: release-artifacts
path: "**/build/libs"
path: build/libs

0 comments on commit c70cc95

Please sign in to comment.