Skip to content

Commit

Permalink
Merge pull request #9 from iodigital-com/gradle-plugin-2
Browse files Browse the repository at this point in the history
Fix path for zip
  • Loading branch information
crysxd authored Oct 31, 2024
2 parents 8266add + cfda250 commit fc59b6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./figma-cli/build/distributions/figex-${{ steps.build.outputs.build_version }}.zip
asset_name: figex.zip
asset_path: ./figex-cli/build/distributions/figex-${{ steps.build.outputs.build_version }}.zip
asset_name: figex-${{ steps.build.outputs.build_version }}.zip
asset_content_type: application/zip

0 comments on commit fc59b6c

Please sign in to comment.