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 1919 tags :
2020 - " v*"
2121env :
22- CRATE_NAME : git-stack
22+ CRATE_NAME : git-fixture
2323jobs :
2424 create-release :
2525 name : create-release
@@ -101,14 +101,12 @@ jobs:
101101 cp {README.md,LICENSE-*} "$staging/"
102102 cp {CHANGELOG.md,docs/*} "$staging/doc/"
103103 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/"
106105 cd "$staging"
107106 7z a "../$staging.zip" .
108107 echo "ASSET=$staging.zip" >> $GITHUB_ENV
109108 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/"
112110 tar czf "$staging.tar.gz" -C "$staging" .
113111 echo "ASSET=$staging.tar.gz" >> $GITHUB_ENV
114112 fi
You can’t perform that action at this time.
0 commit comments