Skip to content

Commit

Permalink
Archive artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Sep 6, 2020
1 parent d93fec4 commit 3a538a4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,14 @@ jobs:
with:
version: latest
args: chocoPack
-
name: Archive artifacts
uses: actions/upload-artifact@v2
with:
name: WindowsSpyBlocker.exe
path: |
bin/WindowsSpyBlocker.exe
bin/windowsspyblocker.${{ steps.prepare.outputs.version }}.nupkg
-
name: GitHub Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 3a538a4

Please sign in to comment.