Skip to content

Commit d5396f0

Browse files
committed
Call binaries gitoxide from now on, not ein
That way it's a bit clearer what is contained inside, as opposed to what was before: https://github.com/Byron/gitoxide/releases/tag/v0.14.0
1 parent 0c1d920 commit d5396f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -175,13 +175,12 @@ jobs:
175175
- name: Build archive
176176
shell: bash
177177
run: |
178-
staging="${{ env.EXE_NAME }}-${{ matrix.feature }}-${{ env.RELEASE_VERSION }}-${{ matrix.target }}"
178+
staging="gitoxide-${{ matrix.feature }}-${{ env.RELEASE_VERSION }}-${{ matrix.target }}"
179179
mkdir -p "$staging"
180180
181181
cp {README.md,LICENSE-*,CHANGELOG.md} "$staging/"
182182
183183
if [ "${{ matrix.os }}" = "windows-2019" ]; then
184-
# cp target/${{ matrix.target }}/release/${{ env.EXE_NAME }}.exe "$staging/"
185184
cp target/release/${{ env.EXE_NAME }}.exe target/release/gix.exe "$staging/"
186185
7z a "$staging.zip" "$staging"
187186
echo "ASSET=$staging.zip" >> $GITHUB_ENV

0 commit comments

Comments
 (0)