From 07e45672281592c16e2bed9e7103c2722e53b932 Mon Sep 17 00:00:00 2001 From: itzaname Date: Tue, 10 Aug 2021 21:35:47 -0400 Subject: [PATCH] Add back in artifacts --- .drone.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.drone.yml b/.drone.yml index bb3a657..81b6d75 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,6 +26,14 @@ steps: repo: registry.itzana.me/public/rbxcompiler tags: - 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: branch: - master \ No newline at end of file