diff --git a/.github/workflows/build_orca.yml b/.github/workflows/build_orca.yml index e417b3ef36..fc99a751ac 100644 --- a/.github/workflows/build_orca.yml +++ b/.github/workflows/build_orca.yml @@ -298,6 +298,14 @@ jobs: asset_name: OrcaSlicer_Linux_AppImage${{ env.ubuntu-ver-str }}_${{ env.ver }}.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 + if: ${{ ! env.ACT && github.ref == 'refs/heads/main' && inputs.os == 'ubuntu-24.04' }} + uses: rickstaa/action-create-tag@v1 + with: + tag: "nightly-builds" + tag_exists_error: false + force_push_tag: true + message: "nightly-builds" - name: Deploy orca_custom_preset_tests if: ${{ ! env.ACT && github.ref == 'refs/heads/main' && inputs.os == 'ubuntu-20.04' }}