Skip to content

Commit

Permalink
Regenerate workflow with sbt-github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
faustin0 committed Oct 6, 2021
1 parent 8e0b50d commit b60d70c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,12 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.12.10)
- name: Download target directories (2.12.15)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-2.12.10-${{ matrix.java }}
name: target-${{ matrix.os }}-2.12.15-${{ matrix.java }}

- name: Inflate target directories (2.12.10)
- name: Inflate target directories (2.12.15)
run: |
tar xf targets.tar
rm targets.tar
Expand Down Expand Up @@ -215,12 +215,12 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (2.12.10)
- name: Download target directories (2.12.15)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-2.12.10-${{ matrix.java }}
name: target-${{ matrix.os }}-2.12.15-${{ matrix.java }}

- name: Inflate target directories (2.12.10)
- name: Inflate target directories (2.12.15)
run: |
tar xf targets.tar
rm targets.tar
Expand Down

0 comments on commit b60d70c

Please sign in to comment.