Skip to content

Commit

Permalink
Spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
checkraisefold committed Sep 1, 2021
1 parent 46f3cc3 commit 2e2322e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ jobs:
- name: Upload release
uses: actions/[email protected]
with:
name: ROBLOXLink.dylib
name: libROBLOXLink.dylib
path: bin/Release/libROBLOXLink.dylib

- name: Upload debug
uses: actions/[email protected]
with:
name: debug_ROBLOXLink.dylib
name: debug_libROBLOXLink.dylib
path: bin/Debug/libROBLOXLink.dylib
build-windows:
runs-on: windows-latest
Expand Down

0 comments on commit 2e2322e

Please sign in to comment.