Skip to content

Commit

Permalink
Fix deploy 2
Browse files Browse the repository at this point in the history
  • Loading branch information
vyskoczilova committed Jun 3, 2021
1 parent e828497 commit 3f11612
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ${{github.workspace}}/${{SLUG}}.zip
asset_name: ${{SLUG}}.zip
asset_path: ${{github.workspace}}/$SLUG.zip
asset_name: $SLUG.zip
asset_content_type: application/zip

0 comments on commit 3f11612

Please sign in to comment.