Skip to content

Commit

Permalink
Release workflow: list directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahAndrews committed Apr 26, 2023
1 parent 93b9def commit 7e82349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ jobs:
run: |
VERSION=${{ needs.check-versions.outputs.version }}
TAG=v$VERSION
ls -l CANBridge-${{ github.sha }}
ls --recursive -l
gh release create $TAG CANBridge-${{ github.sha }}/* --repo $GITHUB_REPOSITORY --draft --title "Version $VERSION"

0 comments on commit 7e82349

Please sign in to comment.