Skip to content

Commit

Permalink
Corrected path in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
amnuts committed Jul 16, 2023
1 parent 3e448b3 commit ee3563f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
fail-fast: false
matrix:
build: [
{name: code-clipper, platform: linux/amd64, os: ubuntu-latest},
{name: code-clipper, platform: windows/amd64, os: windows-latest},
{name: code-clipper, platform: darwin/universal, os: macos-latest}
{name: photo-organiser, platform: linux/amd64, os: ubuntu-latest},
{name: photo-organiser, platform: windows/amd64, os: windows-latest},
{name: photo-organiser, platform: darwin/universal, os: macos-latest}
]
runs-on: ${{ matrix.build.os }}
steps:
Expand Down

0 comments on commit ee3563f

Please sign in to comment.