Skip to content

Commit

Permalink
Regenerate GitHub Actions workflow
Browse files Browse the repository at this point in the history
Executed command: sbt githubWorkflowGenerate
  • Loading branch information
http4s-steward[bot] committed May 2, 2024
1 parent 44f5783 commit 07ab08d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,32 +266,32 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.13.10, rootJS, FastOptStage)
- name: Download target directories (2.13.14, rootJS, FastOptStage)
uses: actions/download-artifact@v3
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootJS-FastOptStage
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.14-rootJS-FastOptStage

- name: Inflate target directories (2.13.10, rootJS, FastOptStage)
- name: Inflate target directories (2.13.14, rootJS, FastOptStage)
run: |
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.13.10, rootJVM, FastOptStage)
- name: Download target directories (2.13.14, rootJVM, FastOptStage)
uses: actions/download-artifact@v3
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootJVM-FastOptStage
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.14-rootJVM-FastOptStage

- name: Inflate target directories (2.13.10, rootJVM, FastOptStage)
- name: Inflate target directories (2.13.14, rootJVM, FastOptStage)
run: |
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.13.10, rootNative, FastOptStage)
- name: Download target directories (2.13.14, rootNative, FastOptStage)
uses: actions/download-artifact@v3
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10-rootNative-FastOptStage
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.14-rootNative-FastOptStage

- name: Inflate target directories (2.13.10, rootNative, FastOptStage)
- name: Inflate target directories (2.13.14, rootNative, FastOptStage)
run: |
tar xf targets.tar
rm targets.tar
Expand Down

0 comments on commit 07ab08d

Please sign in to comment.