Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ShirasawaSama committed Dec 9, 2023
1 parent 263d0ca commit 8c44dc0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
java-version: 19

- name: Set plugin version
run: version='${{ github.ref }}' && sed -i "s/0\.0\.0/${version:10}/" gradle.properties
run: version='${{ github.event.release.tag_name }}' && sed -i "s/0\.0\.0/${version:10}/" gradle.properties
shell: bash

- name: Build with Gradle
Expand All @@ -38,7 +38,8 @@ jobs:
./gradlew :daw:shadowJar
cp daw/build/libs/daw.jar package/EchoInMirror.jar
cp -R release-bin/. package/
cp -R daw/EIMHost-x64.exe package/EIMHost-x64.exe
cp libEIMTimeStretchers.dll package/libEIMTimeStretchers.dll
cp daw/EIMHost-x64.exe package/EIMHost-x64.exe
curl https://github.com/EchoInMirror/EIMHost/releases/latest/download/EIMHost-x86.exe -o package/EIMHost-x86.exe -L
env:
APP_CENTER_SECRET: ${{ secrets.APP_CENTER_SECRET }}
Expand Down

0 comments on commit 8c44dc0

Please sign in to comment.