Skip to content

Commit

Permalink
build(thunderstore): ⚡ add dependencies and removed from release arti…
Browse files Browse the repository at this point in the history
…fact (#45)
  • Loading branch information
Xenira authored Dec 22, 2023
1 parent 4bf58e6 commit 50ee8e6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Steps to reproduce the behavior:
**Desktop (please complete the following information):**
- OS: [e.g. Linux <Distro and Version>, Windows 10]
- Headset and Controllers: [e.g. Valve Index with Knuckles]
- Game Version; [e.g. 0.2.0f]
- Game Version; [e.g. 0.2.0h]
- Mod Version: 0.2.2 <!-- x-release-please-version -->

**Additional context**
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,11 @@ jobs:
run: |
mkdir artifact
unzip release-artifact.zip -d ./artifact/
cd artifact && npx downdoc README.adoc && zip -r techtonica_vr-${{ steps.release.outputs.tag_name }}-thunderstore.zip ./ && cd ..
mv artifact/techtonica_vr-${{ steps.release.outputs.tag_name }}-thunderstore.zip .
rm artifact/README.md
unzip Tobey.UnityAudio.zip -d ./artifact/
cd artifact && npx downdoc README.adoc && zip -r techtonica_vr-${{ steps.release.outputs.tag_name }}.zip ./ && cd ..
cd artifact && zip -r techtonica_vr-${{ steps.release.outputs.tag_name }}.zip ./ && cd ..
mv artifact/techtonica_vr-${{ steps.release.outputs.tag_name }}.zip .
- name: Upload release artifact
if: ${{ steps.release.outputs.release_created }}
Expand All @@ -59,7 +62,7 @@ jobs:
description: VR mod for Techtonica
categories: |
mods
file: techtonica_vr-${{ steps.release.outputs.tag_name }}.zip
file: techtonica_vr-${{ steps.release.outputs.tag_name }}-thunderstore.zip
version: "${{ steps.release.outputs.major }}.${{ steps.release.outputs.major }}.${{ steps.release.outputs.patch }}"
repo: thunderstore.io
token: ${{ secrets.THUNDERSTORE_KEY }}
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ifndef::env-github[]
endif::[]
:icons: font
:source-highlighter: highlightjs
:game-version: 0.2.0f
:game-version: 0.2.0h
:repo: Xenira/TechtonicaVR

image:https://img.shields.io/github/v/release/{repo}[GitHub release (with filter)]
Expand Down

0 comments on commit 50ee8e6

Please sign in to comment.