From d4b67a57aa3b081e01401f723ef5974459ed3171 Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 30 May 2023 02:12:43 -0400 Subject: ci: fix artifact names --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 942f67c..1237ddc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -60,7 +60,7 @@ jobs: if: ${{ matrix.output == 'container' }} uses: actions/upload-artifact@v3 with: - name: ${{ matrix.output }}-container + name: ${{ matrix.output }} path: teawiebot.tar.gz upload-to-docker: @@ -75,7 +75,7 @@ jobs: - name: download docker image uses: actions/download-artifact@v3 with: - name: teawiebot-container + name: container - name: login to ghcr uses: docker/login-action@v2 -- cgit v1.2.3