Skip to content

Commit

Permalink
.deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
illyrius666 committed May 25, 2024
1 parent b8bc2d1 commit ebbfe51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sten_ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
draft: ${{ contains(github.event.head_commit.message, '.draft') }}
files: Illyria_v${{ steps.get_version.outputs.VERSION }}.zip
files: illyria/Illyria_v${{ steps.get_version.outputs.VERSION }}.zip
generate_release_notes: true
prerelease: ${{ contains(github.event.head_commit.message, '.pre') }}
tag_name: ${{ steps.get_version.outputs.VERSION }}

0 comments on commit ebbfe51

Please sign in to comment.