Skip to content

Commit

Permalink
ci: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RockChinQ committed Nov 16, 2024
1 parent 1d6f1e3 commit a76e0b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-dev-artifacts.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Dev Image
name: Build Artifacts

on:
push:
Expand Down Expand Up @@ -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

0 comments on commit a76e0b2

Please sign in to comment.