Skip to content

Commit

Permalink
Update ci-prod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmicPredator authored Feb 7, 2024
1 parent 7168d6f commit f064b4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Remove the pfx
run: Remove-Item -path ${{ github.workspace }}\\src\AniMoe.App\AniMoe.App_TemporaryKey.pfx

# Copies the release artifacts ["AniMoe.msix", "animoe-setup.exe", "AniMoe_Certificate.cer"]
# Copies the release artifacts ["AniMoe.msix", "animoe-setup.exe", "AniMoe_Certificate.cer"] to Artifacts folder.
- name: Copy Release artifacts
working-directory: ${{ github.workspace }}
run: |
Expand All @@ -111,7 +111,7 @@ jobs:
Artifacts/animoe_setup.exe
body_path: ${{ github.workspace }}/changelog.txt
token: ${{ secrets.GITHUB_TOKEN }}
name: Version ${{ env.APP_VERSION }}
name: Version ${{ env.APP_VERSION }}
tag_name: ${{ env.APP_VERSION }}
generate_release_notes: true

0 comments on commit f064b4d

Please sign in to comment.