File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments