Skip to content

Commit

Permalink
Add upload artifact step
Browse files Browse the repository at this point in the history
  • Loading branch information
johnheusinger committed May 29, 2023
1 parent 49dfb9e commit 50411df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,8 @@ jobs:
- name: Build
run: |
Invoke-Build -Task Clean, Build
- name: Upload
uses: actions/upload-artifact@v3
with:
name: Release
path: ./Release/

0 comments on commit 50411df

Please sign in to comment.