Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Commit

Permalink
Upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
xezno authored Apr 6, 2024
1 parent eef5a04 commit 3bb61b2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: dotnet restore source/mocha.sln

- name: Build
run: dotnet build --no-restore source/mocha.sln
run: dotnet publish --output "C:\temp\build" -c Release -r win-x64

- name: Test
run: dotnet test --no-build --verbosity normal source/mocha.sln
Expand All @@ -42,3 +42,9 @@ jobs:
severity: error
webhookUrl: ${{ secrets.CI_DISCORD_WEBHOOK_PUBLIC }}
description: Build failed!

- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
name: build-output
path: C:\temp\build

0 comments on commit 3bb61b2

Please sign in to comment.