Skip to content

Commit 2078912

Browse files
committed
Fix release name
1 parent b4bbd21 commit 2078912

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Make a release
5757
uses: ncipollo/release-action@v1
5858
with:
59-
name: 'MonoGame.Library.Assimp ${{ github.ref_name }}'
59+
name: 'MonoGame.Library.OpenAL ${{ github.ref_name }}'
6060
tag: ${{ github.ref_name }}
6161
allowUpdates: true
6262
removeArtifacts: true

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# MonoGame.Library.Assimp
1+
# MonoGame.Library.OpenAL
22

3-
This repository contains build scripts for building and deploying Assimp for use with MonoGame.
3+
This repository contains build scripts for building and deploying OpenAL for use with MonoGame.

0 commit comments

Comments
 (0)