Skip to content

Commit

Permalink
ci: fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed May 27, 2024
1 parent c342e88 commit 00e2b76
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release-app-for-mac-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
ACCOUNT_ID: fe5b1e2ce9f94f4c0415ab94ce402012
working-directory: webui/release/${{ env.RELEASE_VERSION }}
- name: Upload release assets
run: |
for ext in dmg zip; do
Expand All @@ -45,3 +46,4 @@ jobs:
TAG: ${{ env.RELEASE_VERSION }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
working-directory: webui/release/${{ env.RELEASE_VERSION }}
2 changes: 2 additions & 0 deletions .github/workflows/release-app-for-mac-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
ACCOUNT_ID: fe5b1e2ce9f94f4c0415ab94ce402012
working-directory: webui/release/${{ env.RELEASE_VERSION }}
- name: Upload release assets
run: |
for ext in dmg zip; do
Expand All @@ -45,3 +46,4 @@ jobs:
TAG: ${{ env.RELEASE_VERSION }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
working-directory: webui/release/${{ env.RELEASE_VERSION }}
2 changes: 1 addition & 1 deletion webui/electron-builder.json5
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
appId: "io.fluentci.app",
asar: true,
directories: {
output: "release/${version}",
output: "release/v${version}",
},
files: ["dist-electron", "dist"],
mac: {
Expand Down

0 comments on commit 00e2b76

Please sign in to comment.