Skip to content

Commit

Permalink
update:ci delete file when after 3 day
Browse files Browse the repository at this point in the history
  • Loading branch information
xengine-qyt committed Jan 22, 2025
1 parent 907f44e commit 9fdb7ab
Show file tree
Hide file tree
Showing 3 changed files with 10 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 @@ -89,9 +89,11 @@ jobs:
with:
name: XEngine_XStorageApp-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_XStorageApp-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 @@ -94,10 +94,12 @@ jobs:
with:
name: XEngine_StorageApp-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_StorageApp-x86_64-Windows
path: XEngine_Release/
path: XEngine_Release/
retention-days: 3
5 changes: 4 additions & 1 deletion .github/workflows/ubuntubuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,12 @@ jobs:
with:
name: XEngine_XStorageApp-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_XStorageApp-x86_64-Ubuntu-24.04
path: XEngine_Release/
path: XEngine_Release/
retention-days: 3

0 comments on commit 9fdb7ab

Please sign in to comment.