Skip to content

Commit

Permalink
fix: Deployment zip path
Browse files Browse the repository at this point in the history
  • Loading branch information
shohag121 committed Jan 29, 2025
1 parent 5054a98 commit a12a17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
- name: Create GitHub release
uses: softprops/action-gh-release@v2
with:
files: ${{steps.deploy.outputs.zip_file}}
files: ${{steps.deploy.outputs.zip-path}}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a12a17e

Please sign in to comment.