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
typelevel-steward[bot] committed Jun 8, 2023
1 parent d8c13a9 commit 453104c
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 @@ -226,32 +226,32 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.12.17, rootJS, 1)
- name: Download target directories (2.12.18, rootJS, 1)
uses: actions/download-artifact@v3
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.17-rootJS-1
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.18-rootJS-1

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

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

- name: Inflate target directories (2.12.17, rootNative, 1)
- name: Inflate target directories (2.12.18, rootNative, 1)
run: |
tar xf targets.tar
rm targets.tar
Expand Down

0 comments on commit 453104c

Please sign in to comment.