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

View File

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