Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jakzal committed Jul 7, 2022
1 parent 4c635bc commit f1d5c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: |
[ "${{matrix.kotlin-version}}" == '' ] || ./gradlew build --stacktrace -PkotlinVersion=${{matrix.kotlin-version}}
[ "${{matrix.kotlin-version}}" != '' ] || ./gradlew build --stacktrace
- name: Upload artifacs
- name: Upload artifacts
if: ${{ matrix.gradle-version == 'current' }}
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit f1d5c06

Please sign in to comment.