Skip to content

Commit

Permalink
debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanLav committed Jul 19, 2024
1 parent 7676f4f commit c1181e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish_to_ipfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
- name: 🏗 Build from sources
run: yarn build

- name: 🐛 List dist folder contents
run: ls -la dist

- uses: actions/upload-artifact@v2
with:
name: build
Expand Down Expand Up @@ -72,6 +75,9 @@ jobs:
name: build
path: .

- name: 🐛 List dist folder contents
run: ls -la dist

- name: 📬 Deploy to IPFS
run: |
./node_modules/.bin/subql publish -f ${{ matrix.project_file }} -o
Expand Down

0 comments on commit c1181e7

Please sign in to comment.