-
Notifications
You must be signed in to change notification settings - Fork 86
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
Merge appcast into Build CI #14
Conversation
Could you change:
In other steps? Otherwise the CI will yell at this PR. |
Added. |
.github/workflows/main.yml
Outdated
uses: actions/upload-artifact@v2 | ||
with: | ||
name: Artifacts | ||
path: build/*/*.dmg | ||
|
||
- name: Upload to Release | ||
if: github.event_name == 'release' && github.repository_owner == 'acidanthera' | ||
if: github.event_name == 'release' && github.repository_owner == 'acidanthera' && github.event_name != 'pull_request' |
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.
This one is always true, no need to check for pull_request
here and below where there is a release
check already.
Seems to be working well, thanks for your effort! |
No description provided.