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 edd0af9 commit ea460caCopy full SHA for ea460ca
.github/workflows/publication.yml
@@ -24,6 +24,7 @@ jobs:
24
run: sleep 15s
25
- name: Restore dependencies cache
26
uses: actions/cache@v4
27
+ working-directory: publication
28
with:
29
path: deps
30
key: ${{ runner.os }}-mix-${{ hashFiles('mix.lock') }}
.github/workflows/server.yml
+ working-directory: server
0 commit comments