Skip to content

Commit

Permalink
Get version
Browse files Browse the repository at this point in the history
  • Loading branch information
Neptune650 committed Nov 22, 2024
1 parent 4513f21 commit 15e355e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,12 @@ jobs:
projectPath: "./screenpipe-app-tauri"
tauriScript: bunx tauri -v

- name: Get version from Cargo.toml
shell: bash
run: |
VERSION=$(grep '^version = ' screenpipe-app-tauri/src-tauri/Cargo.toml | sed 's/version = "\(.*\)"/\1/')
echo "VERSION=$VERSION" >> $GITHUB_ENV
- name: Upload screenpipe binary for signing
id: upload-unsigned-artifact
if: matrix.tauri-args == '--target x86_64-pc-windows-msvc'
Expand Down

0 comments on commit 15e355e

Please sign in to comment.