-
Notifications
You must be signed in to change notification settings - Fork 12
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
Update GitHub actions workflow file #17
Conversation
.github/workflows/build.yml
Outdated
|
||
- uses: actions/upload-artifact@v4 | ||
with: | ||
name: patcher-189 | ||
path: versions/1.8.9-forge/* | ||
|
||
- uses: actions/upload-artifact@v4 | ||
with: | ||
name: patcher-1122 | ||
path: versions/1.12.2-forge/* |
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 should be a single upload action which uses a globstar (**
) as a path, see https://github.com/Polyfrost/OneConfig/blob/develop-v0/.github/workflows/build.yml#L51-L55
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 should be a single upload action which uses a globstar (
**
) as a path, see https://github.com/Polyfrost/OneConfig/blob/develop-v0/.github/workflows/build.yml#L51-L55
think it's ready
Requested changes done. |
Description
Update GitHub actions workflow file, removing the respective deprecated warnings.
Related Issue(s)
How to test
Release Notes
Documentation