Skip to content

Commit

Permalink
Fix releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brennan1994 committed Oct 16, 2024
1 parent 00674d3 commit acd745e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ jobs:
shell: pwsh
run: |
$PUBLISH_OUT = "${pwd}/TO-PACKAGE/"
$DISTRIBUTION_FOLDER = "$PUBLISH_OUT/HEC-FDA-${{ env.VERSION }}/"
echo "PUBLISH_OUT=$PUBLISH_OUT" >> $env:GITHUB_ENV
dotnet publish -c Release -v quiet /p:Version=${{ env.VERSION }} -o $PUBLISH_OUT ${{ env.PROJECT_NAME }}
dotnet publish -c Release -v quiet /p:Version=${{ env.VERSION }} -o $DISTRIBUTION_FOLDER ${{ env.PROJECT_NAME }}
- name: Create 7z SFX (self-extracting) archive
shell: pwsh
Expand Down

0 comments on commit acd745e

Please sign in to comment.