Skip to content

Commit d99aa94

Browse files
committed
WIP
1 parent 96dbed9 commit d99aa94

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,15 @@ on:
3030
default: false
3131

3232
jobs:
33+
event_file:
34+
name: "Event File"
35+
runs-on: ubuntu-latest
36+
steps:
37+
- name: Upload
38+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
39+
with:
40+
name: test-results-${{ inputs.native }}-java${{ inputs.java }}
41+
path: ${{ github.event_path }}
3342
build:
3443
runs-on: ${{ inputs.runner }}
3544
steps:

0 commit comments

Comments
 (0)