mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-08 20:22:30 +01:00
actions: Upload windows artifacts for each arch
This commit is contained in:
parent
d5b4577315
commit
6b7d110ced
10
.github/workflows/windows-build.yml
vendored
10
.github/workflows/windows-build.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user