Fix order
This commit is contained in:
parent
66846f871e
commit
feac830163
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@ -33,8 +33,10 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: create file
|
- name: create file
|
||||||
run: echo "v0.0.1" > version.txt
|
run: |
|
||||||
- run: mkdir version
|
mkdir version
|
||||||
|
echo "v0.0.1" > version/version.txt
|
||||||
|
ls ${{ github.workspace}}
|
||||||
- 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