From 651c72b639c3471aed00aa4b0b937eea4136d894 Mon Sep 17 00:00:00 2001 From: maximo tejeda Date: Thu, 15 Aug 2024 14:15:16 -0400 Subject: [PATCH] fix typo --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: