mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-04-06 00:32:05 +02:00
tweak
This commit is contained in:
6
.github/workflows/build_all.yml
vendored
6
.github/workflows/build_all.yml
vendored
@@ -242,4 +242,10 @@ jobs:
|
||||
asset_name: OrcaSlicer-Linux-flatpak_nightly_${{ matrix.variant.arch }}.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: Fix ownership of root-owned files on self-hosted runners
|
||||
if: ${{ always() && vars.SELF_HOSTED }}
|
||||
run: |
|
||||
runner_uid=$(stat -c '%u' .)
|
||||
chown -R "$runner_uid:$runner_uid" .flatpak-builder
|
||||
shell: bash
|
||||
|
||||
|
||||
Reference in New Issue
Block a user