diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 309cba0..10d93bf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -96,6 +96,8 @@ jobs: env: ARTIFACT_PATH: ${{ steps.download.outputs.download-path }} run: | + set -x + ls -R apt update && apt install unzip mkdir /artifacts unzip "$ARTIFACT_PATH" -d /artifacts