Update releaseArtifacts.yml
This commit is contained in:
parent
9c5b967e4c
commit
579a50be2c
1 changed files with 5 additions and 5 deletions
8
.github/workflows/releaseArtifacts.yml
vendored
8
.github/workflows/releaseArtifacts.yml
vendored
|
@ -2,7 +2,7 @@ name: Release Artifacts
|
|||
on:
|
||||
release: [created]
|
||||
jobs:
|
||||
push:
|
||||
releaseJob:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3.5.2
|
||||
|
@ -22,9 +22,9 @@ jobs:
|
|||
- name: Upload jar to release
|
||||
uses: JasonEtco/upload-to-release@master
|
||||
with:
|
||||
args: ./build/libs/S-PDF*.jar application/java-archive
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
args: ./build/libs/S-PDF*.jar application/java-archive
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Upload exe to release
|
||||
uses: JasonEtco/upload-to-release@master
|
||||
|
|
Loading…
Reference in a new issue