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:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
- name: create file
|
||||||
|
run: |
|
||||||
|
echo HIsmth > a
|
||||||
- name: Archive production artifacts
|
- name: Archive production artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: dist-without-markdown
|
name: dist-without-markdown
|
||||||
path: |
|
path: a
|
||||||
/usr/bin/cp
|
|
Loading…
Reference in New Issue
Block a user