Update releaseArtifacts.yml
This commit is contained in:
parent
9c5b967e4c
commit
579a50be2c
1 changed files with 5 additions and 5 deletions
10
.github/workflows/releaseArtifacts.yml
vendored
10
.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
|
||||||
|
@ -22,13 +22,13 @@ jobs:
|
||||||
- name: Upload jar to release
|
- name: Upload jar to release
|
||||||
uses: JasonEtco/upload-to-release@master
|
uses: JasonEtco/upload-to-release@master
|
||||||
with:
|
with:
|
||||||
args: ./build/libs/S-PDF*.jar application/java-archive
|
args: ./build/libs/S-PDF*.jar application/java-archive
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Upload exe to release
|
- name: Upload exe to release
|
||||||
uses: JasonEtco/upload-to-release@master
|
uses: JasonEtco/upload-to-release@master
|
||||||
with:
|
with:
|
||||||
args: ./build/launch4j/Stirling-PDF.exe application/vnd.microsoft.portable-executable
|
args: ./build/launch4j/Stirling-PDF.exe application/vnd.microsoft.portable-executable
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
Loading…
Reference in a new issue