From 5af7d49416bf3f622a7285c004505125ea98177d Mon Sep 17 00:00:00 2001 From: sumanthkb44 <84563853+sumanthkb44@users.noreply.github.com> Date: Wed, 3 Jan 2024 17:24:01 +0530 Subject: [PATCH] Update compile.yml --- .github/workflows/compile.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 664c938c..02055ffa 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -94,7 +94,7 @@ jobs: $sourceFolder = Join-Path $env:GITHUB_WORKSPACE "out" | Join-Path -ChildPath "*" $outFolder = Join-Path $env:GITHUB_WORKSPACE "out" | Join-Path -ChildPath "continuous-clearing" New-Item -ItemType Directory -Force -Path $outFolder - $fileName = "continuous-clearing-5.1.0.zip" + $fileName = "continuous-clearing-5.1.1.zip" Write-Host "Filename: '$fileName'" Write-Host "sourceFolder: '$sourceFolder'" Write-Host "Outfolder: '$outFolder'" @@ -138,8 +138,8 @@ jobs: - name: Create Nuget Packages id: createNupkg run: | - nuget pack CA.nuspec -Version 5.1.0 - Write-Host "::set-output name=nupkg-LicenseClearingTool::continuous-clearing.5.1.0.nupkg" + nuget pack CA.nuspec -Version 5.1.1 + Write-Host "::set-output name=nupkg-LicenseClearingTool::continuous-clearing.5.1.1.nupkg" - name: Archive NuGet Packages uses: actions/upload-artifact@v2 @@ -152,9 +152,9 @@ jobs: id: builddocker #if: ${{ false }} # disable for now run: | - docker build . --file Dockerfile --tag ${{ github.repository }}:continuous-clearing-v5.1.0 - docker save ${{ github.repository }}:continuous-clearing-v5.1.0 -o continuous-clearing-v5.1.0.tar - Write-Host "::set-output name=docker-LicenseClearingTool::continuous-clearing-v5.1.0.tar" + docker build . --file Dockerfile --tag ${{ github.repository }}:continuous-clearing-v5.1.1 + docker save ${{ github.repository }}:continuous-clearing-v5.1.1 -o continuous-clearing-v5.1.1.tar + Write-Host "::set-output name=docker-LicenseClearingTool::continuous-clearing-v5.1.1.tar" - name: Archive docker image #if: ${{ false }} # disable for now @@ -195,9 +195,9 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: v5.1.0 + tag_name: v5.1.1 #tag_name: ${{ needs.build.outputs.semver }} - release_name: Release v5.1.0 + release_name: Release v5.1.1 body: | ${{ github.event.head_commit.message }} draft: true