Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Brennan1994 committed Aug 28, 2024
1 parent 4f06b2b commit e57ed32
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,8 @@ jobs:
- name: Upload Windows build artifact
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

- name: List all files
shell: pwsh
run: |
Get-ChildItem -Recurse -File | ForEach-Object { Write-Output $_.FullName }
name: USACE.HEC.Consequences-${{ env.VERSION }}-windows-x64
path: ./Consequences/bin/Release/net8.0/win-x64/native/

build-linux:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -81,11 +76,6 @@ jobs:
- name: Upload Linux build artifact
uses: actions/upload-artifact@v4
with:
name: linux-x64-${{ env.VERSION }}
name: USACE.HEC.Consequences-${{ env.VERSION }}-linux-x64
path: ./Consequences/bin/Release/net8.0/linux-x64/native/

- name: List all files
shell: bash
run: |
find . -type f -print

0 comments on commit e57ed32

Please sign in to comment.