Skip to content

Commit

Permalink
流水线
Browse files Browse the repository at this point in the history
  • Loading branch information
ssttkkl committed Aug 25, 2024
1 parent 2584965 commit 9d38413
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-desktop-distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ jobs:
with:
name: distribution
path: |
composeApp/build/compose/binaries/main/exe/*
composeApp/build/compose/binaries/main-release/exe/*
composeApp/build/compose/jars/*.jar
- name: Upload Release Assets
if: ${{ github.event_name == 'release' }}
uses: AButler/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
files: "composeApp/build/compose/binaries/main/exe/*;composeApp/build/compose/jars/*.jar"
files: "composeApp/build/compose/binaries/main-release/exe/*;composeApp/build/compose/jars/*.jar"

build-on-macos:

Expand All @@ -86,15 +86,15 @@ jobs:
with:
name: distribution
path: |
composeApp/build/compose/binaries/main/dmg/*
composeApp/build/compose/binaries/main-release/dmg/*
composeApp/build/compose/jars/*.jar
- name: Upload Release Assets
if: ${{ github.event_name == 'release' }}
uses: AButler/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
files: "composeApp/build/compose/binaries/main/dmg/*;composeApp/build/compose/jars/*.jar"
files: "composeApp/build/compose/binaries/main-release/dmg/*;composeApp/build/compose/jars/*.jar"

build-on-linux:

Expand Down

0 comments on commit 9d38413

Please sign in to comment.