Skip to content

Commit 02091b0

Browse files
committed
Fix spelling error breaking release package upload
1 parent 48675d2 commit 02091b0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
uses: softprops/action-gh-release@v2
109109
if: '!inputs.dryrun'
110110
with:
111-
files: artifacts/packate/release/*.nupkg
111+
files: artifacts/package/release/*.nupkg
112112
tag_name: v${{ needs.setup.outputs.ver }}
113113
prerelease: ${{ inputs.prerelease }}
114114

docs/README.Backports.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ it will use the library features actually provided by the runtime.
77

88
## Notable APIs
99

10-
- `MonoMod.Backports.MethodImplOptionsEx` - This can be used everywhere in a project with
10+
- `System.MethodImplOptionsEx` - This can be used everywhere in a project with
1111

1212
```cs
13-
global using MethodImplOptions = MonoMod.Backports.MethodImplOptionsEx;
13+
global using MethodImplOptions = System.MethodImplOptionsEx;
1414
```

0 commit comments

Comments
 (0)