Skip to content

Commit

Permalink
Merge pull request #75 from Bwc9876/dev
Browse files Browse the repository at this point in the history
[META] Fix CLI workflow on windows
  • Loading branch information
Bwc9876 committed Jul 15, 2023
2 parents a68b7ff + 4a7c8e0 commit fd2d35d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@ jobs:
env:
ANALYTICS_API_KEY: ${{ secrets.ANALYTICS_API_KEY }}

- name: Get Version
- name: Get Version (Windows)
if: matrix.platform == 'windows-latest'
id: get_version
run: echo "version=$(cargo run --release -q -p owmods_cli version)" >> $GITHUB_OUTPUT
shell: bash

- name: Generate Dist Folder
if: matrix.platform == 'ubuntu-20.04'
Expand Down

0 comments on commit fd2d35d

Please sign in to comment.