Skip to content

Commit

Permalink
feature: updated version and workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
efraespada committed Nov 9, 2024
1 parent 9b046e5 commit a58a692
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push_checks_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
for /f "tokens=2 delims=: " %%a in ('findstr "^version: " pubspec.yaml') do set VERSION=%%a
echo "VERSION=%VERSION%" >> $env:GITHUB_ENV
echo The version is: %VERSION%
echo The version is 2: ${{ env.VERSION }}
- name: Get dependencies
working-directory: zstandard_windows
Expand Down

0 comments on commit a58a692

Please sign in to comment.