mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-30 00:55:16 +01:00
Actions
This commit is contained in:
parent
c440b7d528
commit
8e37fe9551
12
.github/workflows/rssguard.yml
vendored
12
.github/workflows/rssguard.yml
vendored
@ -29,3 +29,15 @@ jobs:
|
|||||||
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…
x
Reference in New Issue
Block a user