Skip to content

Commit

Permalink
ci:update left time
Browse files Browse the repository at this point in the history
  • Loading branch information
xengine-qyt committed Mar 10, 2025
1 parent 712c1e4 commit f4df612
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
retention-days: 1
4 changes: 2 additions & 2 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,12 @@ 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'
uses: actions/upload-artifact@v4
with:
name: XEngine_StreamMediaApp-x86_64-Windows
path: XEngine_Release/
retention-days: 3
retention-days: 1
4 changes: 2 additions & 2 deletions .github/workflows/ubuntubuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
retention-days: 1

0 comments on commit f4df612

Please sign in to comment.