From 26d41cbed5dacf349ccc05990fc178d4c3d4d944 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Sun, 25 Sep 2022 19:48:44 +0300 Subject: [PATCH] Fix artifact name --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b86f26566c..7a08fd6255 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -136,7 +136,7 @@ jobs: # https://github.com/actions/upload-artifact - uses: actions/upload-artifact@v2 with: - name: eventum-${{ steps.vars.outputs.version }} + name: eventum path: eventum-*.tar.xz # 'warn' or 'ignore' are also available, defaults to `warn` if-no-files-found: error @@ -176,7 +176,7 @@ jobs: - uses: actions/upload-artifact@v2 with: - name: docker-${{ steps.vars.outputs.version }} + name: docker path: eventum-docker-*.tar if-no-files-found: error @@ -191,7 +191,7 @@ jobs: - uses: actions/download-artifact@v2 with: - name: build-release + name: eventum - name: Generate Release notes run: bin/releng/gh-changelog.sh