Skip to content

Commit

Permalink
Added dinput8 to actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
acidicoala committed Feb 2, 2022
1 parent dfb2c2f commit 2d2efd3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
arch: [ 32, 64 ]
proxy: [ version, xinput9_1_0 ]
proxy: [ dinput8, version, xinput9_1_0 ]
include:
- arch: 32
platform: Win32
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,17 +92,17 @@ Update all submodules:
git submodule foreach git pull
```

Push commits and tags simultaneously
```shell
git push --atomic origin master v*.*.*
```

### Miscellaneous notes

- Version is defined in [version.txt](./res/version.txt)
- CMake project likely needs to be reloaded after changing files in the [res](./res) directory.
- GitHub actions will build the project on every push to `master`, but will prepare a draft release only if the last
commit was tagged.
- Proxy dll checklist:
- [ ] [build-project.yml](.github/workflows/build-project.yml)
- [ ] [exports](src/exports)
- [ ] [build.ps1](build.ps1)
- [ ] [CMakeLists.txt](CMakeLists.txt)

## 👋 Acknowledgements

Expand Down

0 comments on commit 2d2efd3

Please sign in to comment.