Skip to content

Commit

Permalink
ci: Omit version from prebuild asset label
Browse files Browse the repository at this point in the history
  • Loading branch information
meltyshev committed Oct 2, 2024
1 parent 19935e5 commit dd7574f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
release:
types: [created]


jobs:
build-and-publish-release-package:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -52,6 +51,6 @@ jobs:
- name: Dist upload assets
run: |
gh release upload ${{ github.event.release.tag_name }} planka-prebuild-${{ github.event.release.tag_name }}.zip
gh release upload ${{ github.event.release.tag_name }} planka-prebuild-${{ github.event.release.tag_name }}.zip#planka-prebuild.zip
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit dd7574f

Please sign in to comment.