Skip to content

Commit

Permalink
Merge pull request #1 from chapar-rest/fix-version-desktop-entty
Browse files Browse the repository at this point in the history
test desktop tag
  • Loading branch information
mirzakhany authored Aug 31, 2024
2 parents 3891d97 + 5fd1e4e commit 5152751
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
with:
go-version: 1.22.1

- name: Update Version in chapar.desktop
run: |
VERSION=${{ github.event.release.tag_name }}
sed -i "s/^Version=.*/Version=${VERSION:1}/" build/desktop-assets/chapar.desktop
- name: Build linux amd64
run: make build_linux

Expand Down

0 comments on commit 5152751

Please sign in to comment.