Skip to content

Commit

Permalink
List the file
Browse files Browse the repository at this point in the history
  • Loading branch information
nawaz1991 committed Jun 16, 2024
1 parent bc5f498 commit 55b0f4f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ jobs:
# Clean up
rm -rf $TEMP_DIR
- name: List created files for debugging
run: |
ls -alh
ls -alh cpp-oasvalidator-${TAG}.tar.gz
ls -alh cpp-oasvalidator-${TAG}.zip
- name: Upload tar.gz to release
uses: svenstaro/upload-release-action@v2
with:
Expand Down

0 comments on commit 55b0f4f

Please sign in to comment.