Skip to content

Commit

Permalink
Electron app : fix action paths + typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fxi committed Apr 23, 2024
1 parent 599024a commit d989010
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/electron.yml
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- update/electron_dependencies
pull_request:

jobs:

Expand All @@ -13,7 +12,7 @@ jobs:
strategy:
matrix:
include:
- os: ubutu-latest
- os: ubuntu-latest
arch: amd64
- os: macos-14
arch: arm64
Expand All @@ -31,7 +30,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: accessmod-docker-archive-${{ matrix.arch }}
path: ./electron/resources/accessmod-docker.tar.gz
path: ./electron/resources/docker/accessmod-docker.tar.gz

build:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit d989010

Please sign in to comment.