Skip to content

Commit

Permalink
Decompress guide.tar directly
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed Dec 3, 2023
1 parent 4912258 commit b271fa3
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/export_guide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,11 @@ jobs:
environment: Production
if: startsWith(github.ref, 'refs/tags/neoforge/v')
steps:
- id: download
uses: actions/download-artifact@v3
- uses: actions/download-artifact@v3
with:
name: guide
- name: Decompress guide tar
run: tar xf ${{steps.download.outputs.download-path}}
run: tar xf guide.tar
- id: versions
name: Determine Game and Mod-Version
run: |
Expand Down Expand Up @@ -118,12 +117,11 @@ jobs:
environment: Production
if: github.ref == 'refs/heads/main' && (github.event_name == 'workflow_dispatch' || github.event_name == 'schedule')
steps:
- id: download
uses: actions/download-artifact@v3
- uses: actions/download-artifact@v3
with:
name: guide
- name: Decompress guide tar
run: tar xf ${{steps.download.outputs.download-path}}
run: tar xf guide.tar
# Finally, upload to S3
- uses: jakejarvis/s3-sync-action@7ed8b112447abb09f1da74f3466e4194fc7a6311
with:
Expand Down

0 comments on commit b271fa3

Please sign in to comment.