Skip to content

Commit

Permalink
fix: missing destination paths for downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
mikechu-optimizely committed Nov 7, 2024
1 parent bd1c96e commit 9f9051f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/csharp_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,17 @@ jobs:
uses: actions/download-artifact@v4
with:
name: unsigned-dlls-framework
path: ./unsigned-dlls-framework
- name: Download Standard 1.6 artifacts
uses: actions/download-artifact@v4
with:
name: unsigned-dlls-standard16
path: ./unsigned-dlls-standard16
- name: Download Standard 2.0 artifacts
uses: actions/download-artifact@v4
with:
name: unsigned-dlls-standard20
path: ./unsigned-dlls-standard20
- name: Combine artifacts
run: |
mkdir -p ./unsigned-dlls
Expand All @@ -129,6 +132,7 @@ jobs:
with:
name: unsigned-dlls
if-no-files-found: error
path: ./unsigned-dlls

sign:
name: Send DLLs for signing
Expand Down

0 comments on commit 9f9051f

Please sign in to comment.