Skip to content

Commit

Permalink
Version 0.13.0 (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bwc9876 authored Mar 9, 2024
2 parents b24184b + a204a36 commit 4e96f3a
Show file tree
Hide file tree
Showing 39 changed files with 1,373 additions and 908 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
Loading

0 comments on commit 4e96f3a

Please sign in to comment.