Add upload artifact

This commit is contained in:
maximo tejeda 2024-08-15 14:14:10 -04:00
parent 1727621240
commit c8175c28a9

View File

@ -29,3 +29,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- 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