From 00c216b73cbd8d5cd232105d9a3d3e0b8103aed3 Mon Sep 17 00:00:00 2001 From: Julian Waller Date: Fri, 6 Oct 2023 23:15:28 +0100 Subject: [PATCH] artifact --- .github/workflows/node.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.github/workflows/node.yaml b/.github/workflows/node.yaml index 7d83063..accae9c 100644 --- a/.github/workflows/node.yaml +++ b/.github/workflows/node.yaml @@ -74,6 +74,12 @@ jobs: yarn yarn dist + - name: Upload artifacts + uses: actions/upload-artifact@v3 + with: + name: windows-x64 + path: electron-output + - name: Determine files to upload id: filenames shell: bash @@ -124,6 +130,12 @@ jobs: APPLEID: ${{ secrets.APPLEID }} APPLEIDPASS: ${{ secrets.APPLEIDPASS }} + - name: Upload artifacts + uses: actions/upload-artifact@v3 + with: + name: mac-x64 + path: electron-output + - name: Determine files to upload id: filenames shell: bash @@ -174,6 +186,12 @@ jobs: APPLEID: ${{ secrets.APPLEID }} APPLEIDPASS: ${{ secrets.APPLEIDPASS }} + - name: Upload artifacts + uses: actions/upload-artifact@v3 + with: + name: mac-arm64 + path: electron-output + - name: Determine files to upload id: filenames shell: bash