Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Quigley committed Aug 15, 2022
1 parent 4724ecd commit d3a2716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/electron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
mkdir -p win-portable
mkdir -p win-installer
cp build/*_portable.exe win-portable/
cp build/*_installer.exe win-intaller/
cp build/*_installer.exe win-installer/
- run: |
export TAG=$(echo $GITHUB_REF_NAME | sed 's/client-//')
echo "TAG=$TAG" >> $GITHUB_ENV
Expand Down

0 comments on commit d3a2716

Please sign in to comment.