mirror of
https://github.com/langbot-app/LangBot.git
synced 2025-11-25 03:15:06 +08:00
ci: typo
This commit is contained in:
6
.github/workflows/build-dev-artifacts.yaml
vendored
6
.github/workflows/build-dev-artifacts.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user