Skip to content

Commit 041f000

Browse files
committed
Upload artifacts in workflows
1 parent 3d38350 commit 041f000

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build-jlink-plugin.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,13 @@ jobs:
2323
arguments: build asciidoc --scan
2424
- name: Run publish if necessary
2525
if: runner.os == 'Linux' && github.ref == 'refs/heads/master' && github.event_name == 'push'
26-
env: # Or as an environment variable
26+
env:
2727
GRGIT_USER: ${{ secrets.GRGIT_USER }}
2828
run: chmod +x publish.sh && ./publish.sh
29+
- uses: actions/upload-artifact@v3
30+
if: runner.os == 'Linux'
31+
with:
32+
path: build/libs/*
2933
release:
3034
name: Publish to the Gradle Plugin Portal
3135
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)