We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gitoxide
ein
1 parent 0c1d920 commit d5396f0Copy full SHA for d5396f0
.github/workflows/release.yml
@@ -175,13 +175,12 @@ jobs:
175
- name: Build archive
176
shell: bash
177
run: |
178
- staging="${{ env.EXE_NAME }}-${{ matrix.feature }}-${{ env.RELEASE_VERSION }}-${{ matrix.target }}"
+ staging="gitoxide-${{ matrix.feature }}-${{ env.RELEASE_VERSION }}-${{ matrix.target }}"
179
mkdir -p "$staging"
180
181
cp {README.md,LICENSE-*,CHANGELOG.md} "$staging/"
182
183
if [ "${{ matrix.os }}" = "windows-2019" ]; then
184
- # cp target/${{ matrix.target }}/release/${{ env.EXE_NAME }}.exe "$staging/"
185
cp target/release/${{ env.EXE_NAME }}.exe target/release/gix.exe "$staging/"
186
7z a "$staging.zip" "$staging"
187
echo "ASSET=$staging.zip" >> $GITHUB_ENV
0 commit comments