diff options
author | Patrick Griffis <pgriffis@igalia.com> | 2021-05-27 19:04:35 -0500 |
---|---|---|
committer | Patrick Griffis <pgriffis@igalia.com> | 2021-06-21 12:48:32 -0500 |
commit | 6b7d110cedce6955d510bb66d8923a06cc5c863c (patch) | |
tree | 8db900d0a0169839f354b2df8bc8335333934c6c /.github/workflows | |
parent | d5b45773157f40e1f078a5b02695d3fa2bb41b2d (diff) |
actions: Upload windows artifacts for each arch
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/windows-build.yml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index f8a965f9..4ce03c00 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -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 |