Skip to content

Commit

Permalink
just list assets by name
Browse files Browse the repository at this point in the history
  • Loading branch information
Brennan1994 committed Aug 29, 2024
1 parent ada429a commit 0a701e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: softprops/action-gh-release@v2
with:
files: |
$root_path/Consequences/bin/Release/net8.0/win-x64/native/USACE.HEC.Consequences-${env:VERSION}-windows-x64.zip
USACE.HEC.Consequences-${env:VERSION}-windows-x64.zip
build-linux:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -111,4 +111,4 @@ jobs:
uses: softprops/action-gh-release@v2
with:
files: |
./Consequences/bin/Release/net8.0/linux-x64/native/USACE.HEC.Consequences-${env:VERSION}-linux-x64.zip
USACE.HEC.Consequences-${env:VERSION}-linux-x64.zip

0 comments on commit 0a701e7

Please sign in to comment.