Skip to content

Commit

Permalink
setting release stay for 7 days
Browse files Browse the repository at this point in the history
  • Loading branch information
Detanup01 committed Jul 28, 2024
1 parent fa75c9a commit 6bbe637
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
path: "build/package/win/vs2022/*release*"
if-no-files-found: 'error'
compression-level: 0
retention-days: 1
retention-days: 7
- name: Upload debug package
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
uses: actions/upload-artifact@v4
Expand All @@ -102,7 +102,7 @@ jobs:
path: "build/package/win/vs2022/*debug*"
if-no-files-found: 'error'
compression-level: 0
retention-days: 1
retention-days: 7



Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
path: "build/package/linux/gmake2/*release*"
if-no-files-found: 'error'
compression-level: 0
retention-days: 1
retention-days: 7
- name: Upload debug package
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
uses: actions/upload-artifact@v4
Expand All @@ -192,7 +192,7 @@ jobs:
path: "build/package/linux/gmake2/*debug*"
if-no-files-found: 'error'
compression-level: 0
retention-days: 1
retention-days: 7



Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
path: "tools/generate_emu_config/bin/package/win/**/*"
if-no-files-found: 'error'
compression-level: 9
retention-days: 1
retention-days: 7



Expand Down Expand Up @@ -308,7 +308,7 @@ jobs:
path: "tools/generate_emu_config/bin/package/linux/**/*"
if-no-files-found: 'error'
compression-level: 9
retention-days: 1
retention-days: 7



Expand Down Expand Up @@ -370,7 +370,7 @@ jobs:
path: "tools/migrate_gse/bin/package/win/**/*"
if-no-files-found: 'error'
compression-level: 9
retention-days: 1
retention-days: 7



Expand Down Expand Up @@ -424,7 +424,7 @@ jobs:
path: "tools/migrate_gse/bin/package/linux/**/*"
if-no-files-found: 'error'
compression-level: 9
retention-days: 1
retention-days: 7



0 comments on commit 6bbe637

Please sign in to comment.