Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
EX3exp committed Oct 6, 2024
1 parent edb2904 commit f19300a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Check version
run: |
$TAG=${{ github.ref_name }}
TAG=${{ github.ref_name }}
echo $TAG
- name: Set up .NET Core
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Move File
run: |
$VERSION="${{ github.ref_name }}"
VERSION=${{ github.ref_name }}
echo $VERSION
mv Mirivoice.Desktop/osxbuild/MiriVoice-osx-x64.zip ./MiriVoice-osx-x64.zip
Expand Down

0 comments on commit f19300a

Please sign in to comment.