Skip to content

Commit

Permalink
absolute windows, relative linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Brennan1994 committed Aug 28, 2024
1 parent 87cf238 commit 85ff81b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
name: windows-x64-${{ env.VERSION }}
path: |
"**/bin/Release/net8.0/win-x64/publish/"
"D:/a/consequences/consequences/Consequences/bin/Release/net8.0/win-x64/native/USACE.HEC.Consequences.dll"
- name: List all files
shell: pwsh
Expand Down Expand Up @@ -84,7 +84,8 @@ jobs:
with:
name: linux-x64-${{ env.VERSION }}
path: |
"**/bin/Release/net8.0/linux-x64/publish/"
"./Consequences/bin/Release/net8.0/linux-x64/native/"
- name: List all files
shell: bash
run: |
Expand Down

0 comments on commit 85ff81b

Please sign in to comment.