Skip to content

Commit

Permalink
Fix typo in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leojackson committed Apr 6, 2020
1 parent df10c16 commit 7c04905
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [ master ]
paths:
- 'PsLogLite/**'
- '.github/workflows/release.yml'

jobs:
release:
Expand All @@ -29,7 +30,7 @@ jobs:
env:
SEMVER: ${{ steps.gitversion.outputs.semVer }}
run: |
Compress-Archive -Path .\PsLogLite -DestinationPath "".\PsLogLite-$($Env:SEMVER).zip" -CompressionLevel Optimal
Compress-Archive -Path .\PsLogLite -DestinationPath ".\PsLogLite-$($Env:SEMVER).zip" -CompressionLevel Optimal
tar -czvf "PsLogLite-$($Env:SEMVER).tar.gz" .\PsLogLite
shell: powershell
- name: Create release
Expand Down

0 comments on commit 7c04905

Please sign in to comment.