Update repo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user