Skip to content

Commit

Permalink
fix(ci): Fix archive path
Browse files Browse the repository at this point in the history
  • Loading branch information
James-LG committed Aug 22, 2024
1 parent 86a13c7 commit 528bb78
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
package-name: AutoCursorLock

add-archive:
env:
Solution_Name: AutoCursorLock
needs: release-please
if: ${{ needs.release-please.outputs.release_created }}
name: Add archive to release
Expand All @@ -47,7 +45,7 @@ jobs:
- name: Build archive
run: |
Compress-Archive $env:Solution_Name\bin\Release\net8.0-windows\publish\* autocursorlock.zip
Compress-Archive src\AutoCursorLock.App\bin\Release\net8.0-windows\publish\* autocursorlock.zip
- name: Upload Release Asset
id: upload-release-asset
Expand Down

0 comments on commit 528bb78

Please sign in to comment.