Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/ow-mods/ow-mod-man into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Bwc9876 committed Mar 9, 2024
2 parents 41ecf0c + 0d8d842 commit a204a36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
ANALYTICS_API_KEY: ${{ secrets.ANALYTICS_API_KEY }}

- name: Upload CLI
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
name: Outer Wilds Mod Manager CLI Version ${{ steps.get_version.outputs.version }}
tag_name: cli_v${{ steps.get_version.outputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: cargo package -p owmods_core

- name: Upload Core
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
name: Outer Wilds Mod Manager Core Version ${{ steps.pkg-version.outputs.version }}
tag_name: core_v${{ steps.pkg-version.outputs.version }}
Expand Down

0 comments on commit a204a36

Please sign in to comment.