fix typo
This commit is contained in:
parent
c8175c28a9
commit
651c72b639
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -33,8 +33,8 @@ jobs:
|
|||||||
runs-on: utbuntu-latest
|
runs-on: utbuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: create file
|
- name: create file
|
||||||
run: mkdir version
|
|
||||||
run: echo "v0.0.1" > version.txt
|
run: echo "v0.0.1" > version.txt
|
||||||
|
- run: mkdir version
|
||||||
- name: upload artifact
|
- name: upload artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user