Skip to content

Commit

Permalink
Correct more property names
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Apr 14, 2023
1 parent ca8de98 commit f823ae4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Expand Up @@ -114,10 +114,10 @@ jobs:
run: nmake.exe test
env:
BIPOLAR_TEST_LOCALE: german
woroking-directory: ${{ runner.temp }}
working-directory: ${{ runner.temp }}
- name: Package NSIS installer
run: nmake.exe nsis
woroking-directory: ${{ runner.temp }}/pkg/nsis
working-directory: ${{ runner.temp }}/pkg/nsis
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit f823ae4

Please sign in to comment.