diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index 7436fab751..35bfe55d2b 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -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 diff --git a/.github/workflows/build_orca.yml b/.github/workflows/build_orca.yml index 21462db85a..3e0b0401ff 100644 --- a/.github/workflows/build_orca.yml +++ b/.github/workflows/build_orca.yml @@ -186,7 +186,7 @@ jobs: upload_url: https://uploads.github.com/repos/SoftFever/OrcaSlicer/releases/137995723/assets{?name,label} release_id: 137995723 asset_path: ${{ github.workspace }}/OrcaSlicer_Mac_universal_${{ env.ver }}.dmg - asset_name: OrcaSlicer_Mac_universal_${{ env.ver }}.dmg + asset_name: OrcaSlicer_Mac_universal_nightly.dmg 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 @@ -197,7 +197,7 @@ jobs: upload_url: https://uploads.github.com/repos/SoftFever/OrcaSlicer/releases/137995723/assets{?name,label} release_id: 137995723 asset_path: ${{ github.workspace }}/OrcaSlicer_profile_validator_Mac_universal_${{ env.ver }}.dmg - asset_name: OrcaSlicer_profile_validator_Mac_universal_${{ env.ver }}.dmg + asset_name: OrcaSlicer_profile_validator_Mac_universal_nightly.dmg asset_content_type: application/octet-stream max_releases: 1 @@ -273,7 +273,7 @@ jobs: upload_url: https://uploads.github.com/repos/SoftFever/OrcaSlicer/releases/137995723/assets{?name,label} release_id: 137995723 asset_path: ${{ github.workspace }}/build/OrcaSlicer_Windows_${{ env.ver }}_portable.zip - asset_name: OrcaSlicer_Windows_${{ env.ver }}_portable.zip + asset_name: OrcaSlicer_Windows_nightly_portable.zip asset_content_type: application/x-zip-compressed max_releases: 1 @@ -284,7 +284,7 @@ jobs: upload_url: https://uploads.github.com/repos/SoftFever/OrcaSlicer/releases/137995723/assets{?name,label} release_id: 137995723 asset_path: ${{ github.workspace }}/build/OrcaSlicer_Windows_Installer_${{ env.ver }}.exe - asset_name: OrcaSlicer_Windows_Installer_${{ env.ver }}.exe + asset_name: OrcaSlicer_Windows_Installer_nightly.exe asset_content_type: application/x-msdownload max_releases: 1 @@ -295,7 +295,7 @@ jobs: upload_url: https://uploads.github.com/repos/SoftFever/OrcaSlicer/releases/137995723/assets{?name,label} release_id: 137995723 asset_path: ${{ github.workspace }}/build/src/Release/OrcaSlicer_profile_validator.exe - asset_name: OrcaSlicer_profile_validator_Windows_${{ env.ver }}.exe + asset_name: OrcaSlicer_profile_validator_Windows_nightly.exe asset_content_type: application/x-msdownload max_releases: 1 @@ -371,7 +371,7 @@ jobs: upload_url: https://uploads.github.com/repos/SoftFever/OrcaSlicer/releases/137995723/assets{?name,label} release_id: 137995723 asset_path: ./build/OrcaSlicer_Linux_AppImage${{ env.ubuntu-ver-str }}_${{ env.ver }}.AppImage - asset_name: OrcaSlicer_Linux_AppImage${{ env.ubuntu-ver-str }}_${{ env.ver }}.AppImage + asset_name: OrcaSlicer_Linux_AppImage${{ env.ubuntu-ver-str }}_nightly.AppImage 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 Ubuntu release @@ -392,7 +392,7 @@ jobs: upload_url: https://uploads.github.com/repos/SoftFever/OrcaSlicer/releases/137995723/assets{?name,label} release_id: 137995723 asset_path: ./build/src/OrcaSlicer_profile_validator - asset_name: OrcaSlicer_profile_validator_Linux${{ env.ubuntu-ver-str }}_${{ env.ver }} + asset_name: OrcaSlicer_profile_validator_Linux${{ env.ubuntu-ver-str }}_nightly asset_content_type: application/octet-stream max_releases: 1