Skip to content

Commit

Permalink
build: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickDinh committed Mar 25, 2024
1 parent 0f62aaf commit deeac00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/build-ubuntu/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ runs:
if: ${{ inputs.release-version != '' }}
run: |
sed -i "s/\"version\": \"0.0.0\"/\"version\": \"${{ inputs.release-version }}\"/g" "src-tauri/tauri.conf.json"
shell: bash

- name: build tauri app
uses: tauri-apps/tauri-action@v0
Expand Down

0 comments on commit deeac00

Please sign in to comment.