Skip to content

Commit ca9963e

Browse files
committed
do not upload build jar as artifact in gh action
1 parent 8a9df5e commit ca9963e

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ jobs:
1919
echo "VERSION=$(./gradlew properties -q | grep "runnerVersion:" | awk '{print $2}')" >> $GITHUB_ENV
2020
- name: 'build JAR'
2121
run: ./gradlew clean build
22-
- name: 'upload artifacts'
23-
uses: actions/upload-artifact@v2
24-
with:
25-
name: 'command-runner-${{env.VERSION}}-all.jar'
26-
path: build/quarkus-app/quarkus-run.jar
2722
- name: 'upload release assert'
2823
uses: actions/upload-release-asset@v1
2924
env:

0 commit comments

Comments
 (0)