diff options
| -rw-r--r-- | .github/workflows/create_release.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 8baf3ff3a..7a4999af4 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -105,6 +105,9 @@ jobs: with: name: zenserver-linux path: zenserver-linux.zip + - run: | + pwd + ls -la # - name: Download Windows artifacts # uses: actions/download-artifact@v1 |