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

Commit

Permalink
upload binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
dkackman committed Dec 1, 2023
1 parent 19b21c3 commit a53cbb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Expand Up @@ -141,11 +141,12 @@ jobs:
with:
name: ${{ env.NAME }}-${{ env.VERSION }}-service-win-x64.msi
path: ${{ env.OUTPUT_ROOT }}/en-us/*.msi

- name: Upload binaries
uses: actions/upload-artifact@v3
with:
name: ${{ env.NAME }}-${{ env.VERSION }}-standalone-${{ matrix.RUNTIME }}
path: ${{ env.OUTPUT_ROOT }}/standalone/${{ matrix.RUNTIME }}/
path: ${{ env.OUTPUT_ROOT }}/standalone/${{ matrix.RUNTIME }}/*

release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a53cbb0

Please sign in to comment.