We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4bbd21 commit 2078912Copy full SHA for 2078912
.github/workflows/main.yml
@@ -56,7 +56,7 @@ jobs:
56
- name: Make a release
57
uses: ncipollo/release-action@v1
58
with:
59
- name: 'MonoGame.Library.Assimp ${{ github.ref_name }}'
+ name: 'MonoGame.Library.OpenAL ${{ github.ref_name }}'
60
tag: ${{ github.ref_name }}
61
allowUpdates: true
62
removeArtifacts: true
README.md
@@ -1,3 +1,3 @@
1
-# MonoGame.Library.Assimp
+# MonoGame.Library.OpenAL
2
3
-This repository contains build scripts for building and deploying Assimp for use with MonoGame.
+This repository contains build scripts for building and deploying OpenAL for use with MonoGame.
0 commit comments