diff options
| author | Dan Engelbrecht <[email protected]> | 2022-05-24 00:40:11 +0200 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2022-06-02 00:35:50 +0200 |
| commit | f51ee0cd76381f97307f8de10a17cfe99468b638 (patch) | |
| tree | f952b4d5995660e53d703db453b672d4cd3663e0 /.github/workflows | |
| parent | fix path to release artifacts upload (diff) | |
| download | zen-f51ee0cd76381f97307f8de10a17cfe99468b638.tar.xz zen-f51ee0cd76381f97307f8de10a17cfe99468b638.zip | |
find downloaded artifacts
Diffstat (limited to '.github/workflows')
| -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 |