Skip to content

Commit

Permalink
artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Oct 6, 2023
1 parent da6e83e commit 00c216b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 00c216b

Please sign in to comment.