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

0 comments on commit 05025e1

Please sign in to comment.