Skip to content

Commit

Permalink
Fix CI build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MSDN-WhiteKnight committed Sep 16, 2024
1 parent 105d30f commit 2cfac8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/netstd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ jobs:
- name: Archive build results
uses: actions/upload-artifact@v4
with:
name: Output
name: Release build output
path: CilTools.Metadata/bin/Release/
- name: Archive test results
if: always()
uses: actions/upload-artifact@v4
with:
name: Test results
name: Release test results
path: tests/CilTools.BytecodeAnalysis.Tests/bin/Release/

0 comments on commit 2cfac8d

Please sign in to comment.