Skip to content

Commit

Permalink
Merge pull request #459 from Sifchain/publish-git-release
Browse files Browse the repository at this point in the history
added more debugging to figure out why it can't upload the zip file
  • Loading branch information
gzukel authored Mar 10, 2022
2 parents c03bb6f + a0894b9 commit 7a5a6d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-docker-image-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,11 @@ jobs:
prerelease: false

- uses: actions/[email protected]
working-directory: ui
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./release-${{ env.DOCKER_TAG }}.zip
asset_path: ui/release-${{ env.DOCKER_TAG }}.zip
asset_name: release-${{ env.DOCKER_TAG }}.zip
asset_content_type: application/zip

Expand Down

1 comment on commit 7a5a6d0

@vercel
Copy link

@vercel vercel bot commented on 7a5a6d0 Mar 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.