Skip to content

Commit

Permalink
ci: add retention-days option to upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
zydou committed Oct 6, 2023
1 parent f122393 commit 7381e27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/generate-pkg-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
name: ${{matrix.base_os}}-${{matrix.arch}}
path: |
./*.csv
retention-days: 1
texlive-pkg:
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
strategy:
Expand Down Expand Up @@ -71,6 +72,7 @@ jobs:
name: texlive-${{matrix.texlive}}-${{matrix.arch}}
path: |
./*.csv
retention-days: 1
push:
needs: [system-pkg, texlive-pkg]
name: push pkg info
Expand Down

0 comments on commit 7381e27

Please sign in to comment.