Skip to content

Commit

Permalink
trying once more
Browse files Browse the repository at this point in the history
  • Loading branch information
laedit committed Nov 2, 2021
1 parent 7eb0787 commit 1bea63f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
run: |
dotnet publish src/NVika --configuration Release --output ./publish --self-contained true --runtime win-x86 -p:PublishSingleFile=true -p:PublishTrimmed=true /p:PackAsTool=false /p:Version=${{ steps.gitversion.outputs.nuGetVersionV2 }}
# Copy-Item -Path "artifacts/ReleaseNotes.html" -Destination publish
Compress-Archive -Path publish/* -DestinationPath "artifacts/zips/NVika.win-x86.$env:GitVersion_NuGetVersionV2.zip"
Compress-Archive -Path publish/* -DestinationPath "artifacts/zips/NVika.win-x86.${{ steps.gitversion.outputs.nuGetVersionV2 }}.zip"
- name: Create chocolatey version
run: |
Expand Down Expand Up @@ -119,8 +119,7 @@ jobs:

- name: Get the version
id: get_version
shell: cmd
run: echo "::set-output name=VERSION::${GITHUB_REF#refs/tags/v}"
run: echo "::set-output name=VERSION::$env:GITHUB_REF.Replace('refs/tags/v', '')"

- name: Create Release
id: create_release
Expand Down

0 comments on commit 1bea63f

Please sign in to comment.