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

Commit

Permalink
Changed artifacts name
Browse files Browse the repository at this point in the history
  • Loading branch information
OrigamingWasTaken committed Jan 27, 2024
1 parent e059855 commit dfd3bfd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,25 +46,25 @@ jobs:
- name: Upload (linux_arm64)
uses: actions/upload-artifact@v4
with:
name: linux_arm64
name: AutoEvent_linux_arm64
path: dist/linux_arm64.zip
- name: Upload (linux_armhf)
uses: actions/upload-artifact@v4
with:
name: linux_armhf
name: AutoEvent_linux_armhf
path: dist/linux_armhf.zip
- name: Upload (linux_x64)
uses: actions/upload-artifact@v4
with:
name: linux_x64
name: AutoEvent_linux_x64
path: dist/linux_x64.zip
- name: Upload (mac_universal)
uses: actions/upload-artifact@v4
with:
name: mac_universal
name: AutoEvent_mac_universal
path: dist/mac_universal.zip
- name: Upload (win_x64)
uses: actions/upload-artifact@v4
with:
name: win_x64
name: AutoEvent_win_x64
path: dist/win_x64.zip

0 comments on commit dfd3bfd

Please sign in to comment.