fix
This commit is contained in:
parent
d41deb729b
commit
9c5b967e4c
1 changed files with 2 additions and 4 deletions
6
.github/workflows/releaseArtifacts.yml
vendored
6
.github/workflows/releaseArtifacts.yml
vendored
|
@ -1,12 +1,10 @@
|
||||||
name: Release Artifacts
|
name: Release Artifacts
|
||||||
|
on:
|
||||||
on: release
|
release: [created]
|
||||||
jobs:
|
jobs:
|
||||||
push:
|
push:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- uses: actions/checkout@v3.5.2
|
- uses: actions/checkout@v3.5.2
|
||||||
|
|
||||||
- name: Set up JDK 17
|
- name: Set up JDK 17
|
||||||
|
|
Loading…
Add table
Reference in a new issue