diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index f0deafb..b119095 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -15,4 +15,13 @@ jobs: run: | echo "asdfdf" > text.txt ls - cat text.txt \ No newline at end of file + cat text.txt + + - name: Build | Prepare packages + run: | + echo "asdasdf" > text.txt + - name: 'Upload Artifact' + uses: actions/upload-artifact@v4 + with: + name: my-artifact + path: text.txt \ No newline at end of file