This commit is contained in:
maximo tejeda 2024-08-15 14:15:16 -04:00
parent c8175c28a9
commit 651c72b639

View File

@ -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: