Skip to content

Commit

Permalink
Use bash to alter env
Browse files Browse the repository at this point in the history
  • Loading branch information
sailro authored Apr 28, 2024
1 parent 4b91115 commit f32163b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
dotnet-version: '8.0.x'

- name: "Set Publish Path"
run: |
echo "PUBLISH_PATH=./Installer/bin/${{ env.CONFIGURATION }}/net8.0/win-x64/publish/" >> $GITHUB_ENV
run: echo "PUBLISH_PATH=./Installer/bin/${{ env.CONFIGURATION }}/net8.0/win-x64/publish/" >> $GITHUB_ENV
shell: bash
- name: Build
run: dotnet build -c ${{ env.CONFIGURATION }} ./Installer/Installer.csproj

Expand Down

0 comments on commit f32163b

Please sign in to comment.