Skip to content

Commit

Permalink
Debug workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
mvitale1989 committed Nov 13, 2023
1 parent af8bfc6 commit 21d0ebc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,18 @@ jobs:
shell: bash
# TODO add conditions based on branch
steps:
- name: test/print-wd
run: |
pwd
ls -la
find .
whoami
id
- name: deploy/download-build
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
with:
name: marketplace-build
path: dist/
- name: deploy/master-branch
run: |
ls -la
Expand Down

0 comments on commit 21d0ebc

Please sign in to comment.