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 239d840 commit e8c211e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e8c211e

Please sign in to comment.