Update .gitea/workflows/build.yaml
All checks were successful
Test CI / build_and_test (push) Successful in 24s

This commit is contained in:
Arya 2023-08-30 10:49:35 +00:00
parent 06ebc29611
commit 2ee7495ffb

View File

@ -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