Skip to content

Commit

Permalink
fix: change folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
eiei114 committed Jan 19, 2025
1 parent 7d60bde commit 66b37e2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,13 @@ jobs:
unityVersion: ${{ matrix.unityVersion }}
buildName: 'uDesktopMascot'

- name: ビルド成果物を圧縮して名前を変更
run: |
REPO_NAME="${GITHUB_REPOSITORY##*/}"
cd build
mv "${{ matrix.targetPlatform }}" "${REPO_NAME}"
cd ..
- name: Upload the Build for ${{ matrix.targetPlatform }}
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 66b37e2

Please sign in to comment.