diff --git a/.github/workflows/create-build-screenshots-tarball.yml b/.github/workflows/create-build-screenshots-tarball.yml index e06b26bf..e83783ea 100644 --- a/.github/workflows/create-build-screenshots-tarball.yml +++ b/.github/workflows/create-build-screenshots-tarball.yml @@ -59,18 +59,18 @@ jobs: ref: "${{ env.version }}" # Runs a single command using the runners shell - name: Compress screenshots action step - uses: a7ul/tar-action@v1.1.0 + uses: a7ul/tar-action@v1.1.0 id: compress with: - cwd: ${{ env.checkout-path }} - command: c - files: | - ./images - README.md - outPath: build-screenshots.tar.gz - # Use the output from the `compress` step - - name: Get the output - run: echo "The output was ${{ steps.compress.outputs.done }}" + command: c + cwd: ${{ env.checkout-path }} + files: | + ./images + README.md + outPath: build-screenshots.tar.gz + # Use the output from the `compress` step + - name: Get the output + run: echo "The output was ${{ steps.compress.outputs.done }}" - name: release uses: actions/create-release@v1 id: create-release