Skip to content

Commit

Permalink
Merge pull request #15 from mohwildan/realese/build
Browse files Browse the repository at this point in the history
update
  • Loading branch information
mohwildan authored Oct 27, 2024
2 parents b7eb755 + 808944c commit 96bb42f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/buildrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
uses: ncipollo/release-action@v1
with:
token: ${{ secrets.GH_TOKEN }}
tag: ${{ github.ref }} # Menggunakan tag yang dipush
name: 'Release ${{ github.ref }}'
tag: ${{ variables.RELEASE_VERSION }}
name: 'Release ${{ variables.RELEASE_VERSION }}'
artifacts: |
./release/build/Vocallia-1.0.0.dmg
./release/build/Vocallia-${{variables.RELEASE_VERSION}}.dmg
draft: false
prerelease: false

0 comments on commit 96bb42f

Please sign in to comment.