-
Notifications
You must be signed in to change notification settings - Fork 201
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
Can't find artifacts with new release #263
Comments
This seems to be working fine in my test repo - https://github.com/ncipollo/actions-playground/actions/runs/3177845986. I did update node & a bunch of dependencies between Here's what I'd recommend trying on your end:
If you can provide some additional logs or a repo where this is broke I can look further but this seems to be working in my test cases. |
Same here, reverted to 1.10.0
and next step fails:
with:
Fails even with the single artifact
|
Bah - there was a breaking change in |
If someone has a chance could you re-run your action against |
This should be fixed in |
Describe the bug
Artifact pattern did not match any files
The action definition were of pattern like:
- name: Create Release
uses: ncipollo/release-action@v1
with:
artifacts: |
${{ github.workspace }}.artifacts\Version.txt
${{ github.workspace }}.artifacts\project1.7z
${{ github.workspace }}.artifacts\project2.7z
I tried a couple quoting schemes, like the whole path, but with v1.11.0 the artifacts are not found. Reverting back v1.10.0 continues to work.
The text was updated successfully, but these errors were encountered: