File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 19
19
tags :
20
20
- " v*"
21
21
env :
22
- CRATE_NAME : git-stack
22
+ CRATE_NAME : git-fixture
23
23
jobs :
24
24
create-release :
25
25
name : create-release
@@ -101,14 +101,12 @@ jobs:
101
101
cp {README.md,LICENSE-*} "$staging/"
102
102
cp {CHANGELOG.md,docs/*} "$staging/doc/"
103
103
if [ "${{ matrix.os }}" = "windows-2019" ]; then
104
- cp "target/${{ matrix.target }}/release/git-stack.exe" "$staging/"
105
- cp "target/${{ matrix.target }}/release/git-branch-stash.exe" "$staging/"
104
+ cp "target/${{ matrix.target }}/release/git-fixture.exe" "$staging/"
106
105
cd "$staging"
107
106
7z a "../$staging.zip" .
108
107
echo "ASSET=$staging.zip" >> $GITHUB_ENV
109
108
else
110
- cp "target/${{ matrix.target }}/release/git-stack" "$staging/"
111
- cp "target/${{ matrix.target }}/release/git-branch-stash" "$staging/"
109
+ cp "target/${{ matrix.target }}/release/git-fixture" "$staging/"
112
110
tar czf "$staging.tar.gz" -C "$staging" .
113
111
echo "ASSET=$staging.tar.gz" >> $GITHUB_ENV
114
112
fi
You can’t perform that action at this time.
0 commit comments