mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 05:49:53 +08:00
[Release] test CI 8
This commit is contained in:
parent
bed49cf038
commit
cdf7091ae1
2
.github/workflows/ci-linux.yml
vendored
2
.github/workflows/ci-linux.yml
vendored
@ -18,8 +18,6 @@ jobs:
|
||||
runs-on: ubuntu-18.04
|
||||
timeout-minutes: 120
|
||||
|
||||
permissions: read-all|write-all
|
||||
|
||||
steps:
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE.
|
||||
- uses: actions/checkout@v2
|
||||
|
2
.github/workflows/ci-macos.yml
vendored
2
.github/workflows/ci-macos.yml
vendored
@ -18,8 +18,6 @@ jobs:
|
||||
runs-on: macos-latest
|
||||
timeout-minutes: 120
|
||||
|
||||
permissions: read-all|write-all
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
config:
|
||||
|
5
.github/workflows/ci-win.yml
vendored
5
.github/workflows/ci-win.yml
vendored
@ -18,8 +18,6 @@ jobs:
|
||||
runs-on: windows-2019
|
||||
timeout-minutes: 120
|
||||
|
||||
permissions: read-all|write-all
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
config:
|
||||
@ -120,6 +118,7 @@ jobs:
|
||||
echo %GITHUB_SHA% > "%DISTRIB_PATH%\commit"
|
||||
del /F /Q "%DISTRIB_PATH%\translations\qt_*.qm"
|
||||
7z a vnote-win-${{matrix.config.platform}}-qt${{matrix.config.qt}}.zip "%DISTRIB_PATH%"
|
||||
copy vnote-win-*.zip vnote-win-${{matrix.config.platform}}-qt${{matrix.config.qt}}_v${{env.VNOTE_VER}}.zip
|
||||
working-directory: ${{runner.workspace}}/build
|
||||
env:
|
||||
DISTRIB_PATH: ${{runner.workspace}}/build/distrib/vnote
|
||||
@ -178,7 +177,7 @@ jobs:
|
||||
uses: ncipollo/release-action@v1.11.0
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
artifacts: ${{runner.workspace}}\build\vnote-win-${{matrix.config.platform}}-qt${{matrix.config.qt}}.zip,${{runner.workspace}}\build\distrib\VNote*.msi
|
||||
artifacts: ${{runner.workspace}}\build\vnote-win-${{matrix.config.platform}}-qt${{matrix.config.qt}}_v${{env.VNOTE_VER}}.zip
|
||||
commit: master
|
||||
tag: v${{env.VNOTE_VER}}
|
||||
allowUpdates: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user