We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d38350 commit 041f000Copy full SHA for 041f000
.github/workflows/build-jlink-plugin.yml
@@ -23,9 +23,13 @@ jobs:
23
arguments: build asciidoc --scan
24
- name: Run publish if necessary
25
if: runner.os == 'Linux' && github.ref == 'refs/heads/master' && github.event_name == 'push'
26
- env: # Or as an environment variable
+ env:
27
GRGIT_USER: ${{ secrets.GRGIT_USER }}
28
run: chmod +x publish.sh && ./publish.sh
29
+ - uses: actions/upload-artifact@v3
30
+ if: runner.os == 'Linux'
31
+ with:
32
+ path: build/libs/*
33
release:
34
name: Publish to the Gradle Plugin Portal
35
runs-on: ubuntu-latest
0 commit comments