forked from SoftFever/OrcaSlicer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Attempt at working around PAM account error
- Loading branch information
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected] | ||
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/[email protected] | ||
# 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 |