Skip to content

Commit

Permalink
Update resharp.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sabanishi committed Nov 20, 2024
1 parent 0d530ca commit 5679586
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/resharp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,12 @@ jobs:

- name: Install ReSharper CLI
run: |
dotnet tool install -g JetBrains.ReSharper.GlobalTools || true
echo "$DOTNET_ROOT/tools" >> $GITHUB_PATH
wget https://dot.net/v1/dotnet-install.sh
chmod +x dotnet-install.sh
./dotnet-install.sh --channel 6.0 --install-dir dotnet
export PATH=$PATH:$PWD/dotnet
shell: bash

- name: Generate Solution
uses: game-ci/unity-builder@v2
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
with:
targetPlatform: WebGL
unityVersion: 2020.3.24f1
# Dev Buildのメソッド呼び出し
buildMethod: Export.VSSoluton

- name: Cleanup
run: |
echo '::group::Cleanup'
Expand Down

0 comments on commit 5679586

Please sign in to comment.