Skip to content

Commit

Permalink
merge 360-1
Browse files Browse the repository at this point in the history
  • Loading branch information
osamadeep committed Feb 2, 2023
2 parents 65c48c9 + 8ff7d5a commit 26b6b57
Show file tree
Hide file tree
Showing 644 changed files with 1,965,534 additions and 162,687 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
git config core.hooksPath hooks
if: failure() && github.event_name == 'pull_request'
- run: sudo apt-get install -y exiftool
- run: sudo apt install libimage-exiftool-perl
- id: clv
run: .github/bin/check-libplanet-version.sh
- uses: unsplash/comment-on-pr@master
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
lfs: true
- run: . scripts/update-libplanet-dlls.ps1
shell: pwsh
- run: sudo apt-get install -y exiftool
- run: sudo apt install libimage-exiftool-perl
- run: |
set -evxou pipefail
version="$(.github/bin/check-libplanet-version.sh | head -n1)"
Expand Down
10 changes: 1 addition & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: Build
jobs:
build-unity:
name: Build for ${{ matrix.targetPlatform }} on version ${{ matrix.unityVersion }}
runs-on:
runs-on:
labels: ["linux", "8cores"]
strategy:
fail-fast: false
Expand Down Expand Up @@ -113,20 +113,13 @@ jobs:
with:
python-version: 3.11.0

- uses: actions/setup-dotnet@v1
with:
dotnet-version: "6.0.x"

- name: Pack
run: |
set -evx
mkdir -p $HOME/.local/bin
npm config set prefix $HOME/.local/bin
export PATH="$HOME/.local/bin:$PATH"
npm install --global strip-json-comments-cli
dotnet tool install \
--global \
Libplanet.Tools
# macOS 내장 date는 ISO 8601 서식 옵션이 따로 없음
timestamp="$(date -u +"%Y-%m-%dT%H:%M:%SZ")"
Expand All @@ -136,7 +129,6 @@ jobs:
/tmp/package \
"${{ matrix.targetPlatform }}" \
"${{ steps.download_player.outputs.download-path }}" \
"${{ secrets.APV_SIGNING_PRIVATE_KEY }}" \
"$timestamp"
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 26b6b57

Please sign in to comment.