mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-23 09:08:36 +02:00
ci(github): add missing multiline backslash
This commit is contained in:
5
.github/workflows/windows.yaml
vendored
5
.github/workflows/windows.yaml
vendored
@@ -15,6 +15,7 @@ on:
|
|||||||
- v*
|
- v*
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "30 0 * * 0" # Every day at 00:30 UTC
|
- cron: "30 0 * * 0" # Every day at 00:30 UTC
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@@ -67,7 +68,7 @@ jobs:
|
|||||||
needs: build
|
needs: build
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
permissions: write-all
|
permissions: write-all
|
||||||
if: ${{ github.ref == 'refs/heads/master' && github.event_name == 'schedule' }}
|
if: ${{ github.ref == 'refs/heads/master' && (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' ) }}
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ github.token }}
|
GH_TOKEN: ${{ github.token }}
|
||||||
steps:
|
steps:
|
||||||
@@ -103,7 +104,7 @@ jobs:
|
|||||||
--target $GITHUB_SHA \
|
--target $GITHUB_SHA \
|
||||||
--prerelease \
|
--prerelease \
|
||||||
--title "komorebi nightly (${GITHUB_SHA})" \
|
--title "komorebi nightly (${GITHUB_SHA})" \
|
||||||
--notes-file CHANGELOG.md
|
--notes-file CHANGELOG.md \
|
||||||
komorebi-nightly-x86_64-pc-windows-msvc.zip \
|
komorebi-nightly-x86_64-pc-windows-msvc.zip \
|
||||||
komorebi-nightly-x86_64.msi \
|
komorebi-nightly-x86_64.msi \
|
||||||
komorebi-nightly-aarch64-pc-windows-msvc.zip \
|
komorebi-nightly-aarch64-pc-windows-msvc.zip \
|
||||||
|
|||||||
Reference in New Issue
Block a user