1
0
mirror of https://github.com/Stirling-Tools/Stirling-PDF.git synced 2024-11-04 23:10:11 +01:00

Update releaseArtifacts.yml

This commit is contained in:
Anthony Stirling 2023-06-10 15:15:51 +01:00 committed by GitHub
parent 9c5b967e4c
commit 579a50be2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,13 +22,13 @@ 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
with:
args: ./build/launch4j/Stirling-PDF.exe application/vnd.microsoft.portable-executable
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}