From 51f2df3650ff670470f4981abf3acd9dce50fc2a Mon Sep 17 00:00:00 2001 From: cochcoder Date: Sun, 12 Jan 2025 18:27:25 -0500 Subject: [PATCH] Attempt at working around PAM account error --- .github/workflows/build_all.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index a2d496e849..a9e8726fb2 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -111,13 +111,13 @@ jobs: bundle: OrcaSlicer-Linux-flatpak_${{ env.ver }}.flatpak manifest-path: flatpak/io.github.softfever.OrcaSlicer.yml cache: true - - name: Deploy Flatpak to nightly release - if: ${{github.ref == 'refs/heads/main'}} - uses: WebFreak001/deploy-nightly@v3.1.0 - with: - upload_url: https://uploads.github.com/repos/SoftFever/OrcaSlicer/releases/137995723/assets{?name,label} - release_id: 137995723 - asset_path: /__w/OrcaSlicer/OrcaSlicer/OrcaSlicer-Linux-flatpak_${{ env.ver }}.flatpak - asset_name: OrcaSlicer-Linux-flatpak_${{ env.ver }}.flatpak - asset_content_type: application/octet-stream - max_releases: 1 # optional, if there are more releases than this matching the asset_name, the oldest ones are going to be deleted + #- name: Deploy Flatpak to nightly release + # if: ${{github.ref == 'refs/heads/main'}} + # uses: WebFreak001/deploy-nightly@v3.1.0 + # with: + # upload_url: https://uploads.github.com/repos/SoftFever/OrcaSlicer/releases/137995723/assets{?name,label} + # release_id: 137995723 + # asset_path: /__w/OrcaSlicer/OrcaSlicer/OrcaSlicer-Linux-flatpak_${{ env.ver }}.flatpak + # asset_name: OrcaSlicer-Linux-flatpak_${{ env.ver }}.flatpak + # asset_content_type: application/octet-stream + # max_releases: 1 # optional, if there are more releases than this matching the asset_name, the oldest ones are going to be deleted