Skip to content

Commit

Permalink
docs(readme): update install instructions (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xenira authored Dec 17, 2023
1 parent 324e597 commit 3b2ab8d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ on:
branches: ["master"]
types:
- completed

permissions:
contents: write
pull-requests: write

name: release-please

jobs:
release-please:
runs-on: ubuntu-latest
Expand All @@ -24,13 +24,12 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
uses: dawidd6/action-download-artifact@v2
with:
workflow: ".Net"
workflow: "dotnet.yml"
name: release-artifact
path: techtonica_vr.tar.gz
- name: Upload release artifact
if: ${{ steps.release.outputs.release_created }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
mv techtonica_vr.tar.gz techtonica_vr-${{ steps.release.outputs.tag_name }}.tar.gz
gh release upload ${{ steps.release.outputs.tag }} techtonica_vr-${{ steps.release.outputs.tag_name }}.tar.gz
gh release upload ${{ steps.release.outputs.tag }} techtonica_vr-${{ steps.release.outputs.tag_name }}.tar.gz
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ CAUTION: This mod is still in early development and *will* contain bugs. Use at
=== VR Mod
. Download the latest release of this mod from the https://github.com/xenira/techtonicavr/releases[Releases] page.
. Extract the downloaded archive.
. Copy the extracted files to the `BepInEx/plugins` folder in your game's installation directory.
. Copy the content from the `Techtonica` folder in the extracted files to the `Techtonica` folder in `steamapps/common` directory.
. Run the game. The mod should be loaded automatically by BepInEx.

=== Disabling the Mod
Expand Down

0 comments on commit 3b2ab8d

Please sign in to comment.