Skip to content

Commit

Permalink
[CI] Always Upload New Relase as Pre-Release
Browse files Browse the repository at this point in the history
  • Loading branch information
KreitinnSoftware authored Dec 29, 2024
1 parent 14bbefc commit 53e6f13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,9 @@ jobs:
- name: "Create Release"
uses: softprops/action-gh-release@v2
with:
name: "MiceWine RootFS ${{ github.sha }}"
name: "MiceWine RootFS (${{ github.sha }})"
tag_name: ${{ env.SHORT_SHA }}
prerelease: true
files: |
/home/runner/MiceWine-RootFS-aarch64.rat
/home/runner/MiceWine-RootFS-aarch64-Logs.zip
Expand Down

0 comments on commit 53e6f13

Please # to comment.