Skip to content

Commit fd6c5e6

Browse files
committed
step
1 parent c201fe3 commit fd6c5e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package_core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
if: ${{ !cancelled() }}
109109
uses: actions/upload-artifact@v4
110110
with:
111-
name: ${{ format("{0}{1}", failure() && 'failed-' || '', env.OUTPUT_ARTIFACT) }}
111+
name: ${{ format('{0}{1}', failure() && 'failed-' || '', env.OUTPUT_ARTIFACT) }}
112112
path: ${{ env.OUTPUT_ARTIFACT }}.tar.zstd
113113

114114
package-core:

0 commit comments

Comments
 (0)