Skip to content

Commit

Permalink
[merge] pull request #56 from akrck02/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
akrck02 authored Jun 28, 2024
2 parents 9758cd7 + eaa7abb commit a33fc01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
repo_token: ${{ github.token }}
automatic_release_tag: ${{ steps.version.outputs.version }}-${{ matrix.os }}
prerelease: false
title: ${{ steps.version.outputs.version }}
title: ${{matrix.os}}
files: |
LICENSE
dist/*.exe
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@ jobs:
# If the commit is tagged with a version (e.g. "v1.0.0"),
# release the app after building
release: ${{ steps.version.outputs.version }}-${{ github.sha }}
build_script_name: dist-${{matrix.os}}
build_script_name: dist-${{ matrix.os }}


- name: Create a Release of commit
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: ${{ github.token }}
automatic_release_tag: dev-${{matrix.os}}
automatic_release_tag: dev-${{ matrix.os }}
prerelease: true
title: ${{ steps.version.outputs.version }}-${{ github.sha }}
title: dev-${{ matrix.os }}
files: |
LICENSE
dist/*.exe
Expand Down

0 comments on commit a33fc01

Please sign in to comment.