Skip to content

Commit

Permalink
add upload artifact for mac test
Browse files Browse the repository at this point in the history
  • Loading branch information
goojal committed Feb 16, 2024
1 parent 6b92335 commit 39a822d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,12 @@ jobs:

- name: Run Tests
run: dotnet test engine/Decompiler.Tests -c Release

- name: Compress Decompiler.Tests/bin
run: Compress-Archive -Path engine/Decompiler.Tests/bin/ -DestinationPath Decompiler.Tests.Bin.zip

- name: Upload Decompiler.Tests.Bin artifact
uses: actions/upload-artifact@v4
with:
name: Decompiler.Tests.Bin
path: Decompiler.Tests.Bin.zip

0 comments on commit 39a822d

Please sign in to comment.