Skip to content

Commit

Permalink
modify test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Aholicknight committed Sep 13, 2024
1 parent af902d5 commit beb8601
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-exe-and-publish-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Release
name: Build and Release (test)

on:
workflow_dispatch:
Expand Down Expand Up @@ -58,5 +58,6 @@ jobs:
tag_name: ${{ github.event.inputs.tag }}
name: Cruelty Squad Save Editor v${{ github.event.inputs.tag }}
body: ${{ github.event.inputs.description }}
prerelease: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit beb8601

Please sign in to comment.