summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-01-27 12:16:07 +0800
committer魏曹先生 <1992414357@qq.com>2026-01-27 12:16:07 +0800
commit7ee0d3f20c875e7405bb8442c5eb0228d1599a03 (patch)
tree2adccadeb5c42db6ae99522e618ab595b149f7a6 /.github/workflows
parent2abc5acd25756f3ef6a6ad34f8777ffe241e750d (diff)
Update GitHub Actions to use deploy/nightly branches
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/deploy.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 70671fa..9d7979f 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -20,14 +20,14 @@ jobs:
- name: Checkout CommandLine repository
uses: actions/checkout@v4
with:
- ref: github_action/deploy
+ ref: deploy/nightly
path: CommandLine
- name: Checkout VersionControl repository
uses: actions/checkout@v4
with:
repository: JustEnoughVCS/VersionControl
- ref: github_action/deploy
+ ref: deploy/nightly
path: VersionControl
- name: Setup Rust
@@ -101,14 +101,14 @@ jobs:
- name: Checkout CommandLine repository
uses: actions/checkout@v4
with:
- ref: github_action/deploy
+ ref: deploy/nightly
path: CommandLine
- name: Checkout VersionControl repository
uses: actions/checkout@v4
with:
repository: JustEnoughVCS/VersionControl
- ref: github_action/deploy
+ ref: deploy/nightly
path: VersionControl
- name: Setup Rust
@@ -178,14 +178,14 @@ jobs:
- name: Checkout CommandLine repository
uses: actions/checkout@v4
with:
- ref: github_action/deploy
+ ref: deploy/nightly
path: CommandLine
- name: Checkout VersionControl repository
uses: actions/checkout@v4
with:
repository: JustEnoughVCS/VersionControl
- ref: github_action/deploy
+ ref: deploy/nightly
path: VersionControl
- name: Setup Rust with musl target