File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 14
14
# This schedule will run only from the default branch
15
15
schedule :
16
16
- cron : ' 15 0 * * *' # run at 00:15 AM UTC
17
+ workflow_dispatch :
17
18
18
19
defaults :
19
20
run :
@@ -131,7 +132,7 @@ jobs:
131
132
echo "targets = ['${{matrix.target}}']" >> rust-toolchain.toml
132
133
133
134
- name : Setup Rust toolchain and cache
134
- uses : actions-rust-lang/setup-rust-toolchain@v1.9.0
135
+ uses : actions-rust-lang/setup-rust-toolchain@v1
135
136
# WARN: Keep the rustflags to prevent from the winget submission error: `CAQuietExec: Error 0xc0000135`
136
137
with :
137
138
rustflags : ' '
@@ -152,7 +153,7 @@ jobs:
152
153
153
154
- name : Create an Issue for Release Failure
154
155
if : ${{ failure() }}
155
- uses : JasonEtco/create-an-issue@v2.9.2
156
+ uses : JasonEtco/create-an-issue@v2
156
157
env :
157
158
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
158
159
with :
You can’t perform that action at this time.
0 commit comments