aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2022-05-24 00:40:11 +0200
committerDan Engelbrecht <[email protected]>2022-06-02 00:35:50 +0200
commitf51ee0cd76381f97307f8de10a17cfe99468b638 (patch)
treef952b4d5995660e53d703db453b672d4cd3663e0 /.github/workflows
parentfix path to release artifacts upload (diff)
downloadzen-f51ee0cd76381f97307f8de10a17cfe99468b638.tar.xz
zen-f51ee0cd76381f97307f8de10a17cfe99468b638.zip
find downloaded artifacts
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/create_release.yml3
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