Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

Commit

Permalink
release: fix version embedding
Browse files Browse the repository at this point in the history
  • Loading branch information
sarisia committed Apr 24, 2020
1 parent 31c996b commit 0ebaf4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
env:
GOOS: ${{ matrix.goos }}
GOARCH: amd64
run: go build -ldflags "-X github.com/aria-music/aria-discord-go.botVersion=${{ github.sha }}" -o aria-discord-go/
run: go build -ldflags "-X github.com/aria-music/aria-discord-go/aria.botVersion=${{ github.sha }}" -o aria-discord-go/
- name: run release script
run: release/release.sh
- name: zip it
Expand Down

0 comments on commit 0ebaf4f

Please sign in to comment.