-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chore/release deb #375
Chore/release deb #375
Conversation
…/nodecross/nodex into chore/release-deb
…/nodecross/nodex into chore/release-deb
…/nodecross/nodex into chore/release-deb
…/nodecross/nodex into chore/release-deb
…/nodecross/nodex into chore/release-deb
…/nodecross/nodex into chore/release-deb
.github/workflows/release.yml
Outdated
- name: Upload asset (mac) | ||
uses: ./.github/actions/upload-release-asset | ||
with: | ||
release_id: ${{ steps.release.outputs.result }} | ||
asset_path: ${{ github.workspace }}/nodex-agent-aarch64-apple-darwin.zip | ||
asset_name: nodex-agent-mac.zip | ||
asset_content_type: application/zip | ||
asset_content_type: application/vnd.debian.binary-package |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this correct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you. I was specifying the wrong location. I've fixed it.
@curry-like |
When I do a cross build with act, the health check fails, although I don't know the cause. |
We have added a feature to release .deb packages using GitHub Actions.
The functionality has been verified using act for parts that do not rely on GitHub.