Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
printing resulted version
Browse files Browse the repository at this point in the history
  • Loading branch information
horacioh committed Mar 12, 2024
1 parent f0bfed4 commit 309f121
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/desktop-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
VERSION=0.0.1
fi
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
- name: Display Version
run: |
echo "App Version: ${{ steps.set_version.outputs.version }}"
build-binaries:
name: Build ${{ matrix.config.os }} @ ${{ matrix.config.arch }}
Expand Down

0 comments on commit 309f121

Please sign in to comment.