Update .gitea/workflows/build.yaml
All checks were successful
Test CI / build_and_test (push) Successful in 24s
All checks were successful
Test CI / build_and_test (push) Successful in 24s
This commit is contained in:
parent
06ebc29611
commit
2ee7495ffb
@ -7,9 +7,11 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
- name: create file
|
||||
run: |
|
||||
echo HIsmth > a
|
||||
- name: Archive production artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: dist-without-markdown
|
||||
path: |
|
||||
/usr/bin/cp
|
||||
path: a
|
Loading…
Reference in New Issue
Block a user