diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8319577c2..8480f2dcd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -123,7 +123,7 @@ jobs: with: name: artifacts path: out/make - - name: Log make folder + - name: Show build items run: | ls -R out/make @@ -145,13 +145,14 @@ jobs: name: artifacts - name: Log downloaded artifacts run: | - ls -R ${{ github.workspace }}/artifacts + ls -R ${{ github.workspace }} + ls -R ${{ github.workspace }}/out/make - name: Extract artifacts run: | mkdir dist - mv ${{ github.workspace }}/artifacts* dist/ + mv ${{ github.workspace }}/out/make* dist/ - run: | - ls -R ${{ github.workspace }}/out + ls -R ${{ github.workspace }}/out/make ls -R ${{ github.workspace}}/dist - name: Run semantic-release env: