feat: use "nightly" instead of version code for nightly builds (#10444)

* feat: use "nightly" instead of version code for nightly builds
This commit is contained in:
Brandon Wees
2025-08-22 10:44:30 -04:00
committed by GitHub
parent e56d4cc1b9
commit bd6ccbd451
2 changed files with 8 additions and 8 deletions

View File

@@ -119,6 +119,6 @@ jobs:
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 }}_${{ matrix.variant.arch }}.flatpak
asset_name: OrcaSlicer-Linux-flatpak_${{ env.ver }}_${{ matrix.variant.arch }}.flatpak
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