We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3928032 commit 719758aCopy full SHA for 719758a
.github/workflows/ci.yml
@@ -97,12 +97,12 @@ jobs:
97
~/Library/Caches/Coursier/v1
98
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
99
100
- - name: Download target directories (2.13.5)
+ - name: Download target directories (2.13.6)
101
uses: actions/download-artifact@v2
102
with:
103
- name: target-${{ matrix.os }}-2.13.5-${{ matrix.java }}
+ name: target-${{ matrix.os }}-2.13.6-${{ matrix.java }}
104
105
- - name: Inflate target directories (2.13.5)
+ - name: Inflate target directories (2.13.6)
106
run: |
107
tar xf targets.tar
108
rm targets.tar
0 commit comments