mirror of
https://github.com/openflocon/Flocon.git
synced 2026-05-06 05:50:30 +00:00
fixed dmg path
This commit is contained in:
parent
e32626580d
commit
c4318c1f84
1 changed files with 4 additions and 4 deletions
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
|
|
@ -48,8 +48,8 @@ jobs:
|
|||
if: matrix.os == 'macos-latest'
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: macos-pkg
|
||||
path: FloconDesktop/composeApp/build/compose/binaries/main/pkg/*.pkg
|
||||
name: macos-dmg
|
||||
path: FloconDesktop/composeApp/build/compose/binaries/main/dmg/*.dmg
|
||||
|
||||
- name: Upload Windows artifact
|
||||
if: matrix.os == 'windows-latest'
|
||||
|
|
@ -78,7 +78,7 @@ jobs:
|
|||
- name: Download macOS artifact
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: macos-pkg
|
||||
name: macos-dmg
|
||||
|
||||
- name: Download Windows artifact
|
||||
uses: actions/download-artifact@v4
|
||||
|
|
@ -96,7 +96,7 @@ jobs:
|
|||
generate_release_notes: true
|
||||
files: |
|
||||
*.deb
|
||||
*.pkg
|
||||
*.dmg
|
||||
*.msi
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue