Skip to content

Commit

Permalink
github action
Browse files Browse the repository at this point in the history
  • Loading branch information
wilinz committed Jan 22, 2024
1 parent d27ef7a commit 5ebd963
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-archlinux-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
run: |
chmod 0777 ./gradlew
./gradlew packagePkg
./gradlew packageAppImage
ls build/compose/binaries/main
ls build/compose/binaries/main/pkg
Expand All @@ -34,6 +33,5 @@ jobs:
with:
files: |
build/compose/binaries/main/pkg/*
build/compose/binaries/main/appimage/*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/build-macos-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Build Compose Desktop
run: |
chmod 0777 ./gradlew
./gradlew packageDistributionForCurrentOS
./gradlew packageDmg
- name: Upload to Release
uses: softprops/action-gh-release@v1
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ compose.desktop {
mainClass = "MainKt"

nativeDistributions {
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb, TargetFormat.Rpm, TargetFormat.Pkg, TargetFormat.AppImage)
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb, TargetFormat.Rpm, TargetFormat.Pkg)
packageName = "SourceCodeDocxGeneratorCompose"
packageVersion = "1.0.0"
macOS {
Expand Down

0 comments on commit 5ebd963

Please sign in to comment.