ci: try no name for download artifact
This commit is contained in:
@@ -44,10 +44,11 @@ jobs:
|
||||
uses: https://github.com/christopherHX/gitea-upload-artifact@v4
|
||||
with:
|
||||
name: artifact
|
||||
path: ${{ gitea.workspace }}/artifact
|
||||
- name: Upload to server
|
||||
run: |
|
||||
echo "la current dir"
|
||||
ls -la
|
||||
echo "la home"
|
||||
ls -la ~
|
||||
mkdir -p ~/.ssh
|
||||
chmod 600 ~/.ssh
|
||||
|
||||
Reference in New Issue
Block a user