1
0
mirror of https://github.com/Stirling-Tools/Stirling-PDF.git synced 2024-06-02 22:00:13 +02:00

Update releaseArtifacts.yml

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

View File

@ -19,16 +19,16 @@ jobs:
- name: Generate jar
run: ./gradlew clean createJar
- name: Upload jar to release
uses: JasonEtco/upload-to-release@master
- uses: Shopify/upload-to-release@v1
with:
args: ./build/libs/S-PDF*.jar application/java-archive
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
name: Stirling-PDF.jar
path: ./build/libs/S-PDF*.jar
repo-token: ${{ secrets.GITHUB_TOKEN }}
content-type: application/java-archive
- name: Upload exe to release
uses: JasonEtco/upload-to-release@master
- uses: Shopify/upload-to-release@v1
with:
args: ./build/launch4j/Stirling-PDF.exe application/vnd.microsoft.portable-executable
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
name: Stirling-PDF.exe
path: ./build/launch4j/Stirling-PDF.exe
repo-token: ${{ secrets.GITHUB_TOKEN }}
content-type: application/vnd.microsoft.portable-executable