diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6685491..77713f51 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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