diff --git a/.github/workflows/rssguard.yml b/.github/workflows/rssguard.yml index f2c5e6ddc..daa8be384 100755 --- a/.github/workflows/rssguard.yml +++ b/.github/workflows/rssguard.yml @@ -28,4 +28,16 @@ jobs: fetch-depth: 0 submodules: true - name: Prepare environment and compile application - run: ${{ matrix.script_name }} "${{ matrix.os }}" "${{ matrix.use_webengine }}" \ No newline at end of file + run: ${{ matrix.script_name }} "${{ matrix.os }}" "${{ matrix.use_webengine }}" + - name: Release assets + uses: softprops/action-gh-release@v1 + with: + prerelease: true + tag_name: "devbuild" + files: | + .\rssguard-build\src\rssguard\*win64.exe + .\rssguard-build\src\rssguard\*win64.zip + ./rssguard-build/src/rssguard/rss*.AppImage + ./rssguard-build/src/rssguard/rss*.dmg + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/resources/scripts/github-actions/build-windows.ps1 b/resources/scripts/github-actions/build-windows.ps1 index d05cfcc37..7bbdbfd91 100755 --- a/resources/scripts/github-actions/build-windows.ps1 +++ b/resources/scripts/github-actions/build-windows.ps1 @@ -37,7 +37,6 @@ nmake.exe install cd "app" windeployqt.exe --verbose 1 --compiler-runtime --no-translations --release rssguard.exe librssguard.dll - cd ".." # Copy OpenSSL.