Skip to content

Commit

Permalink
feat: added github actions baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
scrthq committed Jan 11, 2024
1 parent 98463b0 commit 465a4f7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-test-deploy-powershell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,9 @@ jobs:
shell: pwsh
run: |
. ./build.ps1
- name: Collect BuildOutput directory
uses: actions/upload-artifact@v4
with:
name: BuildOutput
path: BuildOutput

0 comments on commit 465a4f7

Please sign in to comment.