diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index 9f83a50..f08c1a6 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -34,10 +34,10 @@ jobs: run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}} - name: Deploy - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v0.1.7 if: startsWith(github.ref, 'refs/tags/v') with: - files: .\**\ObjEditing.exe + files: .\.Build\bin\Release\ObjEditing.exe env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}