We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c201fe3 commit fd6c5e6Copy full SHA for fd6c5e6
.github/workflows/package_core.yml
@@ -108,7 +108,7 @@ jobs:
108
if: ${{ !cancelled() }}
109
uses: actions/upload-artifact@v4
110
with:
111
- name: ${{ format("{0}{1}", failure() && 'failed-' || '', env.OUTPUT_ARTIFACT) }}
+ name: ${{ format('{0}{1}', failure() && 'failed-' || '', env.OUTPUT_ARTIFACT) }}
112
path: ${{ env.OUTPUT_ARTIFACT }}.tar.zstd
113
114
package-core:
0 commit comments