Skip to content

Commit

Permalink
Merge pull request #19 from James-LG/james/ci
Browse files Browse the repository at this point in the history
fix(ci): Fix archive path
  • Loading branch information
James-LG authored Aug 22, 2024
2 parents 86a13c7 + 528bb78 commit 7f0739d
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 7f0739d

Please sign in to comment.