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 740c52a commit 14dcc06Copy full SHA for 14dcc06
.github/workflows/publish.yml
@@ -38,7 +38,7 @@ jobs:
38
uses: actions/upload-artifact@v4
39
with:
40
name: pre-built-tools
41
- path: $HOME/.cargo/bin/
+ path: /home/runner/.cargo/bin/
42
43
create-translation:
44
strategy:
@@ -89,7 +89,7 @@ jobs:
89
uses: actions/download-artifact@v4
90
91
92
93
94
- name: Build course in English
95
if: matrix.language == 'en'
@@ -121,7 +121,7 @@ jobs:
121
- name: Download pre-built tools
122
123
124
125
126
127
- name: Download all translations
0 commit comments