From 7c7081503fe1fb4ead83232aa87dcf7a4b4f8f79 Mon Sep 17 00:00:00 2001 From: Robin Bryce Date: Wed, 6 Dec 2023 15:12:50 +0000 Subject: [PATCH] ci: developing release job --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba8c17b..d2d6a82 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: if: ${{ github.event_name == 'release' }} needs: build steps: - - uses: actions/download-artefiact@v3 + - uses: actions/download-artifact@v3 with: name: go-datatrails-common-api-proto path: exported/proto-include