Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ShirasawaSama committed Dec 28, 2023
1 parent 139d848 commit 39cabbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: build/EIMUtils.zip
file: build/build/EIMUtils.zip
asset_name: EIMUtils-MacOS-x86_64.zip
tag: ${{ github.event.release.tag_name }}

Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: build/EIMUtils.zip
file: build/build/EIMUtils.zip
asset_name: EIMUtils-MacOS.zip
tag: ${{ github.event.release.tag_name }}

Expand Down Expand Up @@ -182,6 +182,6 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: build/EIMUtils.zip
file: build/build/EIMUtils.zip
asset_name: EIMUtils-Linux.zip
tag: ${{ github.event.release.tag_name }}

0 comments on commit 39cabbd

Please sign in to comment.