Skip to content

Commit

Permalink
remove quotes on path
Browse files Browse the repository at this point in the history
  • Loading branch information
Brennan1994 committed Aug 28, 2024
1 parent 85ff81b commit 4f06b2b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: windows-x64-${{ env.VERSION }}
path: |
"D:/a/consequences/consequences/Consequences/bin/Release/net8.0/win-x64/native/USACE.HEC.Consequences.dll"
path: 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 @@ -83,8 +82,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: linux-x64-${{ env.VERSION }}
path: |
"./Consequences/bin/Release/net8.0/linux-x64/native/"
path: ./Consequences/bin/Release/net8.0/linux-x64/native/

- name: List all files
shell: bash
Expand Down

0 comments on commit 4f06b2b

Please sign in to comment.