Update releaseArtifacts.yml
This commit is contained in:
parent
9c5b967e4c
commit
579a50be2c
1 changed files with 5 additions and 5 deletions
2
.github/workflows/releaseArtifacts.yml
vendored
2
.github/workflows/releaseArtifacts.yml
vendored
|
@ -2,7 +2,7 @@ name: Release Artifacts
|
||||||
on:
|
on:
|
||||||
release: [created]
|
release: [created]
|
||||||
jobs:
|
jobs:
|
||||||
push:
|
releaseJob:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3.5.2
|
- uses: actions/checkout@v3.5.2
|
||||||
|
|
Loading…
Reference in a new issue