Skip to content

Commit

Permalink
build: #2 Avoid uploading jreleaser output
Browse files Browse the repository at this point in the history
  • Loading branch information
namuan committed Dec 30, 2022
1 parent 82b496b commit b86d87c
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,16 +80,6 @@ jobs:
path: |
out/jreleaser/assemble/kt-cli-app/archive/*.zip
- name: JReleaser output
if: always()
uses: actions/upload-artifact@v3
with:
retention-days: 1
name: jreleaser-${{ matrix.os }}
path: |
out/jreleaser/trace.log
out/jreleaser/output.properties
release:
needs: [ precheck, build ]
runs-on: ubuntu-latest
Expand All @@ -110,13 +100,3 @@ jobs:
env:
JRELEASER_PROJECT_VERSION: ${{ needs.precheck.outputs.VERSION }}
JRELEASER_GITHUB_TOKEN: ${{ secrets.PERSONAL_GH_TOKEN }}

- name: JReleaser output
if: always()
uses: actions/upload-artifact@v3
with:
retention-days: 1
name: jreleaser-release
path: |
out/jreleaser/trace.log
out/jreleaser/output.properties

0 comments on commit b86d87c

Please sign in to comment.