We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a9df5e commit ca9963eCopy full SHA for ca9963e
1 file changed
.github/workflows/release.yml
@@ -19,11 +19,6 @@ jobs:
19
echo "VERSION=$(./gradlew properties -q | grep "runnerVersion:" | awk '{print $2}')" >> $GITHUB_ENV
20
- name: 'build JAR'
21
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
27
- name: 'upload release assert'
28
uses: actions/upload-release-asset@v1
29
env:
0 commit comments