Skip to content

Commit

Permalink
Merge #1960
Browse files Browse the repository at this point in the history
1960: chore: Keep artifacts for 1 day r=jubianchi a=jubianchi

# Description

This patch will make GitHub Actions keep our artifacts for 1 day (the retention may change, depending on reviews).

# Review

~~- [ ] Add a short description of the the change to the CHANGELOG.md file~~


Co-authored-by: jubianchi <[email protected]>
  • Loading branch information
bors[bot] and jubianchi authored Dec 22, 2020
2 parents 09c6ed0 + 2369a38 commit 0b97962
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,8 @@ jobs:
with:
name: ${{ matrix.artifact_name }}
path: dist
if-no-files-found: error
retention-days: 1

test-cross-compile-on-linux:
name: Test cross-compile on linux
Expand Down

0 comments on commit 0b97962

Please sign in to comment.