diff --git a/.gitea/workflows/artifact.yaml b/.gitea/workflows/artifact.yaml
index 7223dae..175dd28 100644
--- a/.gitea/workflows/artifact.yaml
+++ b/.gitea/workflows/artifact.yaml
@@ -7,7 +7,7 @@ jobs:
         runs-on: ubuntu-latest
         steps:
         - name: generate file
-            run: echo "cum" > test.txt
+            run: echo cum > test.txt
         - name: test artificat
             uses: actions/upload-artifact@v4
         with: