Skip to content

Commit

Permalink
Check directory [deploy]
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromxavier committed Oct 18, 2024
1 parent eee0cb4 commit f49f858
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ jobs:
cd $GITHUB_WORKSPACE
LAST_TAG="$(gh release view | sed -nr 's/tag:\s*(v\S*)/\1/p')"
echo "$LAST_TAG" >> ./dist/build/last.tag
ls -la $GITHUB_WORKSPACE
ls -la .
ls -la ./dist/build/
- name: Build and Deploy QUBOLib
run: |
Expand Down

0 comments on commit f49f858

Please sign in to comment.