diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f4a2299d..46cabcdd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,3 +23,8 @@ jobs: - name: dotnet publish run: dotnet publish src/GitHubActionsDotNet.Api/GitHubActionsDotNet.Api.csproj --configuration Release -o artifacts + + - uses: actions/upload-artifact@v4 + with: + name: dometrain-artifact + path: artifacts/ \ No newline at end of file