Skip to content

Commit

Permalink
Update publish-artifacts.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi authored Jan 21, 2025
1 parent 38f636a commit 38d8ec9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-java@v4
with:
java-version: '8'
java-version: '11'
distribution: temurin
- name: publish docs
shell: 'script -q -e -c "bash {0}"'
Expand All @@ -56,6 +56,6 @@ jobs:
fetch-depth: 0
- uses: actions/setup-java@v4
with:
java-version: '8'
java-version: '11'
distribution: temurin
- run: ./mill -i publishExecutable

0 comments on commit 38d8ec9

Please sign in to comment.