Skip to content

Commit

Permalink
Added 1 day retention limit to uploaded artifacts via workflow pipeli…
Browse files Browse the repository at this point in the history
…nes.
  • Loading branch information
nthnn committed Nov 30, 2024
1 parent 0061e7a commit 0386a97
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_ci_darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,4 @@ jobs:
with:
name: n8-darwin-dist
path: dist/
retention-days: 1
1 change: 1 addition & 0 deletions .github/workflows/build_ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,4 @@ jobs:
with:
name: n8-linux-dist
path: dist/
retention-days: 1
1 change: 1 addition & 0 deletions .github/workflows/build_ci_vsce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ jobs:
with:
name: n8-vsce
path: extension/n8-lang-vsce-0.0.1.vsix
retention-days: 1
1 change: 1 addition & 0 deletions .github/workflows/build_ci_wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ jobs:
with:
name: n8-wasm
path: dist/
retention-days: 1
1 change: 1 addition & 0 deletions .github/workflows/build_ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,4 @@ jobs:
with:
name: n8-windows-dist
path: dist/
retention-days: 1

0 comments on commit 0386a97

Please sign in to comment.