actions: Upload windows artifacts for each arch

This commit is contained in:
Patrick Griffis 2021-05-27 19:04:35 -05:00
parent d5b4577315
commit 6b7d110ced
1 changed files with 4 additions and 6 deletions

View File

@ -17,8 +17,6 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Install Dependencies
run: |
@ -63,12 +61,12 @@ jobs:
move ..\hexchat-build .\
shell: cmd
- uses: actions/upload-artifact@v2-preview
- uses: actions/upload-artifact@v2
with:
name: Installer
name: Installer ${{ matrix.arch }}
path: HexChat*.exe
- uses: actions/upload-artifact@v2-preview
- uses: actions/upload-artifact@v2
with:
name: Build
name: Build Files ${{ matrix.arch }}
path: hexchat-build