diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 6e7b61b..cb64664 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -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 \ No newline at end of file + path: a \ No newline at end of file