Skip to content

Commit

Permalink
Fix executable name in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Sep 6, 2024
1 parent 8bd3820 commit e9b2158
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
- name: ➡️ artifacts
run: |
mkdir -p ${{ runner.temp }}/staging
cp bin/win-x64/gh-sponsors.exe ${{ runner.temp }}/staging/sponsors-windows-amd64.exe
cp bin/osx-x64/gh-sponsors ${{ runner.temp }}/staging/sponsors-darwin-amd64
cp bin/osx-arm64/gh-sponsors ${{ runner.temp }}/staging/sponsors-darwin-arm64
cp bin/linux-x64/gh-sponsors ${{ runner.temp }}/staging/sponsors-linux-amd64
cp bin/win-x64/gh-chat.exe ${{ runner.temp }}/staging/chat-windows-amd64.exe
cp bin/osx-x64/gh-chat ${{ runner.temp }}/staging/chat-darwin-amd64
cp bin/osx-arm64/gh-chat ${{ runner.temp }}/staging/chat-darwin-arm64
cp bin/linux-x64/gh-chat ${{ runner.temp }}/staging/chat-linux-amd64
- name: ⬆️ upload
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit e9b2158

Please sign in to comment.