Add upload artifact
This commit is contained in:
parent
1727621240
commit
c8175c28a9
12
.github/workflows/ci.yaml
vendored
12
.github/workflows/ci.yaml
vendored
@ -29,3 +29,15 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: echo "k8s config token ${{secrets.K8S_CONFIG }}"
|
- run: echo "k8s config token ${{secrets.K8S_CONFIG }}"
|
||||||
|
create-artifact:
|
||||||
|
runs-on: utbuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: create file
|
||||||
|
run: mkdir version
|
||||||
|
run: echo "v0.0.1" > version.txt
|
||||||
|
- name: upload artifact
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: version.zip
|
||||||
|
path: version
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user