Skip to content

Commit

Permalink
Merge pull request #252 from ndw/more-ci-fix
Browse files Browse the repository at this point in the history
More CI fixes
  • Loading branch information
ndw committed Feb 9, 2023
2 parents b0fc3b2 + 0ff6ac5 commit 7c27aea
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,16 @@ jobs:
run: |
./gradlew dist
- name: Publish release
uses: softprops/action-gh-release@v1
if: ${{ env.HAVE_ACCESS_TOKEN == 'true' && env.CI_BRANCH == 'main' && env.CI_TAG != '' }}
with:
draft: false
prerelease: false
fail_on_unmatched_files: true
files: |
build/distributions/*-${{ env.CI_TAG }}.zip
# FIXME: automate deploy to CDN for tagged builds
## Remember the SHA of the current build.
#SHA=$(git rev-parse --verify HEAD)
Expand Down

0 comments on commit 7c27aea

Please sign in to comment.