Skip to content

Commit

Permalink
Fix artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Sep 25, 2022
1 parent 6a063a0 commit 26d41cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 26d41cb

Please sign in to comment.