Skip to content

Commit

Permalink
Build and upload libcpp2il
Browse files Browse the repository at this point in the history
  • Loading branch information
SamboyCoding authored Sep 7, 2020
1 parent 0446f0c commit 84838e9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
dotnet-version: 3.1.101
- name: Install dependencies
run: dotnet restore
- name: Build - Common Lib
run: dotnet publish --configuration Release --no-restore
working-directory: ./LibCpp2IL/
- name: Build - Windows x64
working-directory: ./Cpp2IL/
run: dotnet publish --configuration Release --no-restore -r win-x64 /p:PublishSingleFile=true
Expand All @@ -26,6 +29,11 @@ jobs:
- name: Build - OSX x64
working-directory: ./Cpp2IL/
run: dotnet publish --configuration Release --no-restore -r osx-x64 /p:PublishSingleFile=true
- name: Upload Common Lib Files
uses: actions/upload-artifact@v2
with:
name: LibCpp2IL
path: ./LibCpp2IL/bin/Release/netstandard2.1/publish/LibCpp2IL*
- name: Upload Win x64 Artifact
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 84838e9

Please sign in to comment.