Skip to content

Commit

Permalink
Fix release name
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Aug 31, 2024
1 parent b4bbd21 commit 2078912
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Make a release
uses: ncipollo/release-action@v1
with:
name: 'MonoGame.Library.Assimp ${{ github.ref_name }}'
name: 'MonoGame.Library.OpenAL ${{ github.ref_name }}'
tag: ${{ github.ref_name }}
allowUpdates: true
removeArtifacts: true
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# MonoGame.Library.Assimp
# MonoGame.Library.OpenAL

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 comments on commit 2078912

Please sign in to comment.