Update repo

This commit is contained in:
Hang Cui
2025-10-17 16:02:26 -07:00
parent a29d943dc9
commit 9ee923c03c

View File

@@ -1,4 +1,4 @@
name: Upload Artifact
name: Upload Artifacts
on:
workflow_dispatch:
@@ -16,6 +16,7 @@ jobs:
cd backend
echo "This is my artifact content." > artifact.txt
ls -la ${{ github.workspace }}/backend
stat ./artifact.txt
- name: Upload artifact
uses: actions/upload-artifact@v3