From e8c211ee2e85757af6d9f986e4452c4a8bafe51d Mon Sep 17 00:00:00 2001 From: Barani Kumar S Date: Wed, 7 Feb 2024 15:15:27 +0530 Subject: [PATCH] Update ci-prod.yml --- .github/workflows/ci-prod.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-prod.yml b/.github/workflows/ci-prod.yml index 00adede..105b86a 100644 --- a/.github/workflows/ci-prod.yml +++ b/.github/workflows/ci-prod.yml @@ -103,11 +103,13 @@ jobs: - name: Create Github Release uses: softprops/action-gh-release@v1 + env: + Path: ${{ github.workspace }} -replace '\\','/' with: files: | - ${{ github.workspace }}/Artifacts/AniMoe.msix - ${{ github.workspace }}/Artifacts/AniMoe_Certificate.cer - ${{ github.workspace }}/Artifacts/animoe_setup.exe + $env:Path/Artifacts/AniMoe.msix + $env:Path/Artifacts/AniMoe_Certificate.cer + $env:Path/Artifacts/animoe_setup.exe body_path: ${{ github.workspace }}/changelog.txt token: ${{ secrets.GITHUB_TOKEN }} name: "Version 0.0.2"