From a76e0b287ed8aeba28340afaa420b6d2039bdc92 Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Sat, 16 Nov 2024 17:36:33 +0800 Subject: [PATCH] ci: typo --- .github/workflows/build-dev-artifacts.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-dev-artifacts.yaml b/.github/workflows/build-dev-artifacts.yaml index 2e1f6ba6..a578a9a2 100644 --- a/.github/workflows/build-dev-artifacts.yaml +++ b/.github/workflows/build-dev-artifacts.yaml @@ -1,4 +1,4 @@ -name: Build Dev Image +name: Build Artifacts on: push: @@ -34,5 +34,5 @@ jobs: - name: Upload Artifact uses: actions/upload-artifact@v4 with: - name: langbot_output - path: /tmp/output_files/ + name: langbot_output.zip + path: /tmp/output_files/langbot_output.zip