diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2eb51a1..6ac3c13 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,8 +33,8 @@ jobs: runs-on: utbuntu-latest steps: - name: create file - run: mkdir version run: echo "v0.0.1" > version.txt + - run: mkdir version - name: upload artifact uses: actions/upload-artifact@v3 with: