Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Commit f96c86e

Browse files
committed
Update release.yml
1 parent afe0e2d commit f96c86e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
shell: bash
4545
run: |
4646
shopt -s extglob
47-
staging="keep-activee-${{ github.head_ref || github.ref_name }}-${{ matrix.target }}"
47+
staging="keep-active-${{ github.head_ref || github.ref_name }}-${{ matrix.target }}"
4848
mkdir $staging
4949
50-
cp target/${{ matrix.target }}/release/keep-activee@(|.exe) $staging/
50+
cp target/${{ matrix.target }}/release/keep-active@(|.exe) $staging/
5151
cp README.md CHANGELOG.md LICENSE $staging/
5252
5353
tar zcf $staging.tar.gz $staging
@@ -63,4 +63,4 @@ jobs:
6363
if: startsWith(github.ref, 'refs/tags/')
6464
with:
6565
draft: true
66-
files: ${{ env.ASSET }}
66+
files: ${{ env.ASSET }}

0 commit comments

Comments
 (0)