Skip to content

Commit

Permalink
Update Release-Major.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WillR27 authored Mar 14, 2021
1 parent 0f186e2 commit c8c1c93
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Release-Major.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,16 @@ jobs:
with:
auto_increment_type: major
tag_schema: semantic
release_name: Windows-x64
draft: false
prerelease: true

- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ github.workspace }}\Source\Builds\Bin\Dist-windows-x64\Pagoog\Pagoog.exe
file: ${{ github.workspace }}\Source\Build\Builds\Bin\Dist-windows-x64\Pagoog\Pagoog.exe
asset_name: Pagoog.exe
tag: ${{ steps.create.outputs.current_tag }}
release_name: Windows-x64

0 comments on commit c8c1c93

Please sign in to comment.