Skip to content

Commit

Permalink
ci : Ignore errors for downloads for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Elscrux committed Dec 10, 2024
1 parent c08aad4 commit 8752a9c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,15 @@ jobs:
- name: Test
run: dotnet test --filter 'FullyQualifiedName!~ProjectBSE.Interop.Test' -c Release --no-build

- name: Download renderer artifact
- name: Download Renderer Artifact
if: github.ref == 'refs/heads/master'
uses: actions/download-artifact@v4
with:
repository: ${{ matrix.renderer }}
name: ${{ matrix.renderer-name }}
path: CreationEditor.Skyrim.Avalonia/bin/Release/net${{ matrix.dotnet-version }}
# Remove when linux renderer is available again
continue-on-error: true

- name: Upload a Build Artifact
if: github.ref == 'refs/heads/master'
Expand Down

0 comments on commit 8752a9c

Please sign in to comment.