diff --git a/.github/workflows/release-nebula-production.yaml b/.github/workflows/release-nebula-production.yaml index 38b110e1c8..6b889acabb 100644 --- a/.github/workflows/release-nebula-production.yaml +++ b/.github/workflows/release-nebula-production.yaml @@ -75,7 +75,15 @@ jobs: uses: actions/download-artifact@v4 with: name: frontend_dist - path: /tmp + path: ./ + + - run: | + ls -als ./ + ls -als ./dist + sudo apt-get update + sudo apt-get install -y tree + tree + - id: release_version name: 'Filter release version'