Skip to content

Commit

Permalink
Update yuzu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anerus authored May 15, 2023
1 parent b7867c0 commit d0f98d8
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/yuzu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
shell: cmd
run:
7z a -m0=lzma2 -mx=9 -ms=on yuzu-windows.7z artifacts/*
- name: Create release
- name: Create run_number
uses: ncipollo/release-action@v1
with:
artifacts: "yuzu-windows.7z,artifacts/yuzu.exe"
Expand All @@ -94,3 +94,15 @@ jobs:
artifactErrorsFailBuild: false
prerelease: false
token: ${{ secrets.GITHUB_TOKEN }}

- name: Create release
uses: ncipollo/release-action@v1
with:
artifacts: "yuzu-windows.7z,artifacts/yuzu.exe"
name: "${{ env.time }}"
body: "${{ env.body }}"
tag: "release"
allowUpdates: true
artifactErrorsFailBuild: false
prerelease: false
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d0f98d8

Please sign in to comment.