diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3e51170..a6c79a6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,8 +33,10 @@ jobs: runs-on: ubuntu-latest steps: - name: create file - run: echo "v0.0.1" > version.txt - - run: mkdir version + run: | + mkdir version + echo "v0.0.1" > version/version.txt + ls ${{ github.workspace}} - name: upload artifact uses: actions/upload-artifact@v3 with: