Skip to content

Commit

Permalink
Artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
AptiviCEO committed Dec 25, 2022
1 parent 42c8e49 commit 29bf491
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,7 @@ jobs:
if: success()
with:
name: tr-build
path: "TermRead/bin/Debug/net6.0/"
- uses: actions/upload-artifact@v3
if: success()
with:
name: tr-build
path: "TermRead/bin/Debug/*.nupkg"
path: "TermRead/bin/Debug/"

notify:

Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/build-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,7 @@ jobs:
if: success()
with:
name: tr-build
path: "TermRead/bin/Debug/net6.0/"
- uses: actions/upload-artifact@v3
if: success()
with:
name: tr-build
path: "TermRead/bin/Debug/*.nupkg"
path: "TermRead/bin/Debug/"

notify:

Expand Down

0 comments on commit 29bf491

Please sign in to comment.