Skip to content

Commit

Permalink
Fix failed artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
object-Object committed Feb 14, 2024
1 parent e2ad11e commit 593393f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
java-version: [17]
mappings: [mojmap, yarn]
include:
- os: ubuntu-latest
# artifacts forbid `:` in filenames because of NTFS
# so just upload from Windows since hexdoc already accounts for that
- os: windows-latest
java-version: 17
upload: true
fail-fast: false
Expand Down

0 comments on commit 593393f

Please sign in to comment.