We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 592b9cc commit 6d6ff7bCopy full SHA for 6d6ff7b
.github/workflows/nightly.yml
@@ -2,7 +2,7 @@ name: Build nightly release
2
3
on:
4
schedule:
5
- - cron: '0 12 * * *'
+ - cron: "0 12 * * *"
6
workflow_dispatch:
7
8
jobs:
@@ -24,7 +24,7 @@ jobs:
24
steps:
25
- name: Clone definitions
26
uses: actions/checkout@v4
27
- with:
+ with:
28
sparse-checkout: dist
29
sparse-checkout-cone-mode: false
30
@@ -34,6 +34,3 @@ jobs:
34
name: dfhack-lua-definitions
35
path: dist
36
compression-level: 9
37
-
38
39
.github/workflows/update-definitions.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: ruby/setup-ruby@v1
17
with:
18
bundler-cache: true
19
+
20
- name: Generate definitions
21
run: bundle exec rake build
22
0 commit comments