Skip to content

Commit e9b2158

Browse files
committed
Fix executable name in workflow
1 parent 8bd3820 commit e9b2158

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
- name: ➡️ artifacts
2929
run: |
3030
mkdir -p ${{ runner.temp }}/staging
31-
cp bin/win-x64/gh-sponsors.exe ${{ runner.temp }}/staging/sponsors-windows-amd64.exe
32-
cp bin/osx-x64/gh-sponsors ${{ runner.temp }}/staging/sponsors-darwin-amd64
33-
cp bin/osx-arm64/gh-sponsors ${{ runner.temp }}/staging/sponsors-darwin-arm64
34-
cp bin/linux-x64/gh-sponsors ${{ runner.temp }}/staging/sponsors-linux-amd64
31+
cp bin/win-x64/gh-chat.exe ${{ runner.temp }}/staging/chat-windows-amd64.exe
32+
cp bin/osx-x64/gh-chat ${{ runner.temp }}/staging/chat-darwin-amd64
33+
cp bin/osx-arm64/gh-chat ${{ runner.temp }}/staging/chat-darwin-arm64
34+
cp bin/linux-x64/gh-chat ${{ runner.temp }}/staging/chat-linux-amd64
3535
3636
- name: ⬆️ upload
3737
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)