diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 978edb0..91e369e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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