Skip to content

Commit

Permalink
debug workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PssbleTrngle committed Aug 3, 2024
1 parent d7a67f9 commit eaac3b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ jobs:
type=semver,pattern={{version}},enable=${{ github.event_name == 'release' }}
type=sha,priority=250,enable=${{ github.event_name == 'workflow_dispatch' }}
- run: ls web
- run: ls web/public
- run: ls web/public/icons

- name: Build and push Docker image
uses: docker/build-push-action@v6
with:
Expand Down

0 comments on commit eaac3b7

Please sign in to comment.