disable flatpak upload (#8306)

This commit is contained in:
SoftFever 2025-02-04 06:36:53 +08:00 committed by GitHub
parent dc83549aa1
commit 532a2d36b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -92,11 +92,12 @@ jobs:
echo "ver_pure=$ver_pure" >> $GITHUB_ENV
echo "date=$(date +'%Y%m%d')" >> $GITHUB_ENV
shell: bash
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
- uses: flatpak/flatpak-github-actions/flatpak-builder@master
with:
bundle: OrcaSlicer-Linux-flatpak_${{ env.ver }}.flatpak
manifest-path: flatpak/io.github.softfever.OrcaSlicer.yml
cache: true
upload-artifact: false
- name: Deploy Flatpak to nightly release
if: ${{github.ref == 'refs/heads/main'}}
uses: WebFreak001/deploy-nightly@v3.2.0