Skip to content

Commit

Permalink
Update create-build-screenshots-tarball.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lheberlie committed Apr 23, 2024
1 parent ddede83 commit d14e9f2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/create-build-screenshots-tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d14e9f2

Please sign in to comment.