Skip to content

Commit

Permalink
Fix application name on release
Browse files Browse the repository at this point in the history
  • Loading branch information
liray-unendlich committed Aug 15, 2021
1 parent 39c9a39 commit ac5e2d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
goarch: ${{matrix.arch}}
run: |
mkdir dist
GOOS=$goos GOARCH=$goarch go build -v -o dist/app .
GOOS=$goos GOARCH=$goarch go build -v -o dist/concordium-exporter .
zip -j -r release dist
- name: Download artifact to get url to upload
Expand Down

0 comments on commit ac5e2d1

Please sign in to comment.