Don't upload the artifact; uploading to flathub will probably need a different approach.
This commit is contained in:
@@ -23,7 +23,7 @@ jobs:
|
|||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: ~/.gradle/caches
|
path: ~/.gradle/caches
|
||||||
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
|
key: ${{ runner.os }}-gradle
|
||||||
restore-keys: ${{ runner.os }}-gradle
|
restore-keys: ${{ runner.os }}-gradle
|
||||||
- name: Build Release Uber JAR
|
- name: Build Release Uber JAR
|
||||||
run: ./gradlew packageReleaseUberJarForCurrentOS
|
run: ./gradlew packageReleaseUberJarForCurrentOS
|
||||||
@@ -32,3 +32,4 @@ jobs:
|
|||||||
bundle: YAEP.flatpak
|
bundle: YAEP.flatpak
|
||||||
manifest-path: ./flatpak/ch.dissem.YAEP.yml
|
manifest-path: ./flatpak/ch.dissem.YAEP.yml
|
||||||
cache-key: flatpak-builder-${{ github.sha }}
|
cache-key: flatpak-builder-${{ github.sha }}
|
||||||
|
upload-artifact: false
|
||||||
|
|||||||
Reference in New Issue
Block a user