We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f000d60 commit 2376012Copy full SHA for 2376012
1 file changed
.github/workflows/new_flatpak.yaml
@@ -22,11 +22,6 @@ jobs:
22
submodules: recursive
23
- uses: ./.github/actions/setup_gradle
24
- uses: ./.github/actions/build_desktop_licenses
25
- - name: "Setup build env"
26
- run: |
27
- pwd
28
- git config --global --add safe.directory "$(pwd)"
29
- python .github/setup_gradle_properties_release.py tag=${{ github.ref_name }}
30
- name: "Build"
31
run: ./gradlew :desktopApp:packageDistributable
32
- name: 'Upload .tar'
0 commit comments