diff options
| author | seth <[email protected]> | 2023-05-30 02:12:43 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-30 02:12:43 -0400 |
| commit | d4b67a57aa3b081e01401f723ef5974459ed3171 (patch) | |
| tree | 490d3488cbbe8c47b3317edd8d9cfd1e09a436ca /.github/workflows | |
| parent | bad6165346f8b504662b3fa993791e9564a542cf (diff) | |
ci: fix artifact names
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
