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