diff options
| author | ilotterytea <iltsu@alright.party> | 2022-12-05 19:02:13 +0600 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2022-12-05 19:02:13 +0600 |
| commit | 1580ec3cbc65e05b902bda3771a23b203dac155a (patch) | |
| tree | 259448d9f77800c1873d286a2643df22f72b0bd3 | |
| parent | cc861ba82a8b0af7d5ab3ede4f465891645858e0 (diff) | |
Display structure of downloaded files (for very github actions test 3)
| -rw-r--r-- | .github/workflows/release.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 65d9eda..7248a77 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,6 +53,9 @@ jobs: draft: true prerelease: false + - name: Display structure of downloaded files + run: ls -R + - name: Upload JAR release uses: actions/upload-release-asset@v1 |
