Skip to content

Commit

Permalink
Another attempt to resolve duplicate exitstatus detection
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurphy18 committed Sep 23, 2024
1 parent d67a79b commit 48a22b1
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 23 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: exitstatus
path: exitstatus/*
retention-days: 7
if-no-files-found: error
path: exitstatus/

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

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



Expand Down Expand Up @@ -519,7 +513,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: exitstatus
path: exitstatus
path: exitstatus/

- name: Delete Exit Status Artifacts
if: always()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/templates/ci-tail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
uses: actions/download-artifact@v4
with:
name: exitstatus
path: exitstatus
path: exitstatus/

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

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

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

0 comments on commit 48a22b1

Please sign in to comment.