Skip to content

Commit

Permalink
List files - why is logo.svg missing?
Browse files Browse the repository at this point in the history
  • Loading branch information
SavageCore committed Sep 24, 2023
1 parent 6d3dabf commit 3e55581
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
run: |
sed -i "s/#{GH_COMMIT_HASH}#/${{ github.sha }}/g" src/components/footer/index.svelte
- name: DEBUG list files and folders 📂
run: |
ls -la
ls -la public
ls -la src
- name: Install and Build 🔧
run: |
npm ci
Expand Down

0 comments on commit 3e55581

Please sign in to comment.