diff options
| author | Dan Engelbrecht <[email protected]> | 2022-05-24 00:40:11 +0200 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2022-05-24 00:40:11 +0200 |
| commit | 9bf3e995b25b4f367ecaeb6bad77a2836f757e2e (patch) | |
| tree | d33d887a53007d63185a8b71b778a9dbe7b190e7 | |
| parent | fix path to release artifacts upload (diff) | |
| download | zen-0.1.2-pre7.tar.xz zen-0.1.2-pre7.zip | |
find downloaded artifactsv0.1.2-pre7
| -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 |