Skip to content

Commit

Permalink
Add temporary workaround due to issues with upload-artifact on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
megascrapper committed Jan 30, 2024
1 parent 23da078 commit 335d0f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- name: Build documentation
run: cargo doc --all-features --release --verbose
- name: Save files
# temporary workaround due to issues with upload-artifact on windows
# https://github.com/actions/upload-artifact/issues/485
if: ${{ matrix.target != 'x86_64-pc-windows-msvc'}}
uses: actions/upload-artifact@v4
with:
name: iseven_api-${{ matrix.target }}
Expand Down

0 comments on commit 335d0f8

Please sign in to comment.