Skip to content

Commit

Permalink
modify:ci save day
Browse files Browse the repository at this point in the history
  • Loading branch information
xengine-qyt committed Jan 23, 2025
1 parent 7977a8f commit d8a83a1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/macbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,11 @@ jobs:
with:
name: XEngine_StreamMediaApp-x86_64-Mac
path: XEngine_Release/
retention-days: 3
- 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/
path: XEngine_Release/
retention-days: 3
4 changes: 3 additions & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,12 @@ jobs:
with:
name: XEngine_StreamMediaApp-x86_32-Windows
path: XEngine_Release/
retention-days: 3

- 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/
path: XEngine_Release/
retention-days: 3
4 changes: 3 additions & 1 deletion .github/workflows/ubuntubuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,11 @@ jobs:
with:
name: XEngine_StreamMediaApp-x86_64-Ubuntu-22.04
path: XEngine_Release/
retention-days: 3
- 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/
path: XEngine_Release/
retention-days: 3

0 comments on commit d8a83a1

Please sign in to comment.