Fix: workflow indentation

This commit is contained in:
Alex P 2025-08-22 21:43:51 +00:00
parent bd4fbef6dc
commit 7129bd5521
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ jobs:
- name: Create empty resource directory - name: Create empty resource directory
run: | run: |
mkdir -p static && touch static/.gitkeep mkdir -p static && touch static/.gitkeep
- name: Save audio dependencies cache - name: Save audio dependencies cache
if: always() && steps.cache-audio-deps.outputs.cache-hit != 'true' if: always() && steps.cache-audio-deps.outputs.cache-hit != 'true'
uses: actions/cache/save@v4 uses: actions/cache/save@v4
with: with: