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 f8b795d commit 8980b97
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-linux-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
chmod 0777 ./gradlew
./gradlew packageDeb
./gradlew packageRpm
./gradlew packagePkg
./gradlew packageAppImage
# ./gradlew packagePkg
# ./gradlew packageAppImage
ls build/compose/binaries/main

- name: Upload to Release
Expand All @@ -35,7 +35,7 @@ jobs:
files: |
build/compose/binaries/main/deb/*
build/compose/binaries/main/rpm/*
build/compose/binaries/main/pkg/*
build/compose/binaries/main/appimage/*
# build/compose/binaries/main/pkg/*
# build/compose/binaries/main/appimage/*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8980b97

Please sign in to comment.