Skip to content

Commit

Permalink
Further fixes for exitstatus
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurphy18 committed Sep 23, 2024
1 parent b2a3808 commit 12e5a8d
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 9 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: exitstatus
path: exitstatus
path: exitstatus/*
retention-days: 7
if-no-files-found: error

generate-actions-workflow:
name: Generate The Actions Workflow
Expand Down Expand Up @@ -87,7 +89,9 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: exitstatus
path: exitstatus
path: exitstatus/*
retention-days: 7
if-no-files-found: error

lint:
name: Lint
Expand All @@ -112,7 +116,9 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: exitstatus
path: exitstatus
path: exitstatus/*
retention-days: 7
if-no-files-found: error



Expand Down
12 changes: 9 additions & 3 deletions .github/workflows/templates/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: exitstatus
path: exitstatus
path: exitstatus/*
retention-days: 7
if-no-files-found: error

generate-actions-workflow:
name: Generate The Actions Workflow
Expand Down Expand Up @@ -87,7 +89,9 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: exitstatus
path: exitstatus
path: exitstatus/*
retention-days: 7
if-no-files-found: error

lint:
name: Lint
Expand All @@ -112,4 +116,6 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: exitstatus
path: exitstatus
path: exitstatus/*
retention-days: 7
if-no-files-found: error
4 changes: 3 additions & 1 deletion .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,6 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: exitstatus
path: exitstatus
path: exitstatus/*
retention-days: 7
if-no-files-found: error
4 changes: 3 additions & 1 deletion .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,6 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: exitstatus
path: exitstatus
path: exitstatus/*
retention-days: 7
if-no-files-found: error
4 changes: 3 additions & 1 deletion .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,6 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: exitstatus
path: exitstatus
path: exitstatus/*
retention-days: 7
if-no-files-found: error

0 comments on commit 12e5a8d

Please sign in to comment.