diff --git a/.github/workflows/macbuild.yml b/.github/workflows/macbuild.yml index 1a36dc8..f62b9b6 100644 --- a/.github/workflows/macbuild.yml +++ b/.github/workflows/macbuild.yml @@ -92,11 +92,11 @@ jobs: with: name: XEngine_StreamMediaApp-x86_64-Mac path: XEngine_Release/ - retention-days: 3 + retention-days: 1 - name: Upload folder as artifact with mac arm if: matrix.os == 'macos-14' uses: actions/upload-artifact@v4 with: name: XEngine_StreamMediaApp-Arm64-Mac path: XEngine_Release/ - retention-days: 3 \ No newline at end of file + retention-days: 1 \ No newline at end of file diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index 713c01b..8a08835 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -116,7 +116,7 @@ jobs: with: name: XEngine_StreamMediaApp-x86_32-Windows path: XEngine_Release/ - retention-days: 3 + retention-days: 1 - name: Upload folder as artifact with x64 if: matrix.configuration == 'Release' && matrix.platform == 'x64' @@ -124,4 +124,4 @@ jobs: with: name: XEngine_StreamMediaApp-x86_64-Windows path: XEngine_Release/ - retention-days: 3 \ No newline at end of file + retention-days: 1 \ No newline at end of file diff --git a/.github/workflows/ubuntubuild.yml b/.github/workflows/ubuntubuild.yml index 8fd36e1..77d5d9f 100644 --- a/.github/workflows/ubuntubuild.yml +++ b/.github/workflows/ubuntubuild.yml @@ -89,11 +89,11 @@ jobs: with: name: XEngine_StreamMediaApp-x86_64-Ubuntu-22.04 path: XEngine_Release/ - retention-days: 3 + retention-days: 1 - name: Upload folder as artifact with ubuntu24.04 if: matrix.os == 'ubuntu-24.04' uses: actions/upload-artifact@v4 with: name: XEngine_StreamMediaApp-x86_64-Ubuntu-24.04 path: XEngine_Release/ - retention-days: 3 \ No newline at end of file + retention-days: 1 \ No newline at end of file