Skip to content

Commit

Permalink
Maybe that might just work
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxlider authored Mar 29, 2024
1 parent b4af76f commit 0b84f6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ jobs:
Runtime: ${{ matrix.runtime }}

# Pub
- name: Publish the application x64
run: dotnet publish --configuration $env:Configuration -a $env:Runtime --self-contained true /p:useapphost=true --output .\Release_Nightly_$env:Runtime ./FASTER/FASTER.csproj
- name: Publish the application $env:Runtime
run: dotnet publish --configuration $env:Configuration -a $env:Runtime --self-contained true /p:useapphost=true --output .\Release_Nightly ./FASTER/FASTER.csproj
env:
Runtime: ${{ matrix.runtime }}

Expand All @@ -100,7 +100,7 @@ jobs:
uses: actions/[email protected]
with:
name: Release_Nightly_$env:Runtime
path: .\Release_Nightly_$env:Runtime
path: .\Release_Nightly
env:
Runtime: ${{ matrix.runtime }}

Expand Down

0 comments on commit 0b84f6e

Please sign in to comment.