Actions
This commit is contained in:
parent
c440b7d528
commit
8e37fe9551
2 changed files with 13 additions and 2 deletions
14
.github/workflows/rssguard.yml
vendored
14
.github/workflows/rssguard.yml
vendored
|
@ -28,4 +28,16 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
submodules: true
|
submodules: true
|
||||||
- name: Prepare environment and compile application
|
- name: Prepare environment and compile application
|
||||||
run: ${{ matrix.script_name }} "${{ matrix.os }}" "${{ matrix.use_webengine }}"
|
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 }}
|
|
@ -37,7 +37,6 @@ nmake.exe install
|
||||||
|
|
||||||
cd "app"
|
cd "app"
|
||||||
windeployqt.exe --verbose 1 --compiler-runtime --no-translations --release rssguard.exe librssguard.dll
|
windeployqt.exe --verbose 1 --compiler-runtime --no-translations --release rssguard.exe librssguard.dll
|
||||||
|
|
||||||
cd ".."
|
cd ".."
|
||||||
|
|
||||||
# Copy OpenSSL.
|
# Copy OpenSSL.
|
||||||
|
|
Loading…
Add table
Reference in a new issue