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 Feb 27, 2024
1 parent cc39b76 commit 829ad51
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.13, 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.13-rootJS-FastOptStage

- name: Inflate target directories (2.13.10, rootJS, FastOptStage)
- name: Inflate target directories (2.13.13, 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.13, 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.13-rootJVM-FastOptStage

- name: Inflate target directories (2.13.10, rootJVM, FastOptStage)
- name: Inflate target directories (2.13.13, 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.13, 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.13-rootNative-FastOptStage

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

0 comments on commit 829ad51

Please sign in to comment.