Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rufus31415 authored Mar 22, 2020
1 parent 5340cda commit 3a240b6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,7 @@ jobs:

steps:
- uses: actions/checkout@v1
- uses: nuget/setup-nuget@v1
- run: nuget restore $Env:GITHUB_WORKSPACE\Sharer_VS2019.sln
- name: Build
run: |
cd "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\"
.\MSBuild.exe $Env:GITHUB_WORKSPACE\Sharer_VS2019.sln -p:Configuration=Release
- name: zip example
- name: zip
run: 7z a -tzip -mx=9 $Env:GITHUB_WORKSPACE\Sharer.zip $Env:GITHUB_WORKSPACE\library.properties $Env:GITHUB_WORKSPACE\src $Env:GITHUB_WORKSPACE\examples
- uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit 3a240b6

Please sign in to comment.