Add back in artifacts

This commit is contained in:
itzaname 2021-08-10 21:35:47 -04:00
parent 0815fa6f1d
commit 07e4567228

View File

@ -26,6 +26,14 @@ steps:
repo: registry.itzana.me/public/rbxcompiler repo: registry.itzana.me/public/rbxcompiler
tags: tags:
- latest - latest
when:
branch:
- master
- name: push-artifact
image: curlimages/curl:7.78.0
commands:
- curl -u ${NEXUS_USER}:${NEXUS_PASSWORD} --upload-file rbxcompiler https://nexus.itzana.me/repository/public/artifacts/itzaname/rbxcompiler-amd64-linux
when: when:
branch: branch:
- master - master