Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Fix artifact arch
Browse files Browse the repository at this point in the history
  • Loading branch information
catuhana committed Mar 1, 2024
1 parent 0475433 commit 04a50b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,5 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: ${{ runner.os }}-${{ (runner.os == 'macOS' || 'Linux') && 'X64-ARM64' || runner.os }}
name: ${{ runner.os }}-${{ runner.os == 'Windows' && 'x64' || 'x64-ARM64' }}
path: ./discord-irc-*

0 comments on commit 04a50b3

Please sign in to comment.