Skip to content

Commit

Permalink
Actions electron: fix path for artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
fxi committed Mar 27, 2024
1 parent 3c182f8 commit e07981d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
path: ./electron/app/docker/

- name: Use Node.js 18.x
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 18.x

Expand All @@ -57,7 +57,7 @@ jobs:
release: ${{ startsWith(github.ref, 'refs/tags/v') }}

- name: Upload Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}-build
path: dist/*
name: accessmod_desktop_${{ matrix.os }}
path: ./electron/dist/*
2 changes: 1 addition & 1 deletion .github/workflows/packer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ jobs:
- name: Upload OVA
uses: actions/upload-artifact@v3
with:
name: accessmod_vm
name: accessmod_virtual_box
path: packer/_build

0 comments on commit e07981d

Please sign in to comment.