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 31, 2023
1 parent 5ff1106 commit eb14e12
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 @@ -236,32 +236,32 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (3.2.2, rootJS, FastOptStage)
- name: Download target directories (3.3.0, rootJS, FastOptStage)
uses: actions/download-artifact@v3
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-3.2.2-rootJS-FastOptStage
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.0-rootJS-FastOptStage

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

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

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

0 comments on commit eb14e12

Please sign in to comment.