Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sskodje authored Jun 25, 2022
1 parent 1e380b0 commit 2cf1524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- run: nuget restore ${{ env.SOLUTION_NAME }}.sln
- run: msbuild /m '/p:Configuration=Release;Platform="${{ matrix.platform }}"' ${{ env.SOLUTION_NAME }}.sln
- name: Archive Release ${{ matrix.platform }}
- uses: thedoctor0/zip-release@master
uses: thedoctor0/zip-release@master
with:
type: 'zip'
path: ${{ env.PROJECT_NAME }}\bin\${{ matrix.platform }}\Release\ScreenRecorderLib.dll
Expand Down

0 comments on commit 2cf1524

Please sign in to comment.