Skip to content

Commit

Permalink
Update build.yml (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
big-andy-coates authored Jun 23, 2024
1 parent c3200ce commit 8ddb6ac
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,19 +114,6 @@ jobs:
gradle-home-cache-cleanup: true
- name: Build
run: ./gradlew.bat build -PexcludeContainerised

create-gh-release:
if: startsWith(github.ref, 'refs/tags/') && !endsWith(github.ref, '-alpha')
needs: [build_linux, build_windows]
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v3.0.0
- name: Create GitHut Release
uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87 # v0.1.15
with:
generate_release_notes: true
- name: Upload Checkstyle reports
if: failure()
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
Expand All @@ -147,4 +134,17 @@ jobs:
with:
name: test-results-win
path: '**/build/test-results/**/*.xml'
retention-days: 5
retention-days: 5

create-gh-release:
if: startsWith(github.ref, 'refs/tags/') && !endsWith(github.ref, '-alpha')
needs: [build_linux, build_windows]
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v3.0.0
- name: Create GitHut Release
uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87 # v0.1.15
with:
generate_release_notes: true

0 comments on commit 8ddb6ac

Please sign in to comment.