Skip to content

Commit 89d63fc

Browse files
committed
ci portal fix
1 parent be79f55 commit 89d63fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
cp .config.toml ../${{env.ASSET_NAME}}/config.toml
6868
6969
- name: Include portals
70+
working-directory: ./backend
7071
run: cp -r portal ../${{env.ASSET_NAME}}/portal
7172

7273
- name: Compress release
@@ -83,5 +84,7 @@ jobs:
8384
replacesArtifacts: true
8485
makeLatest: false
8586
omitName: true
87+
prerelease: true
88+
omitBody: true
8689
artifacts: "${{env.ASSET_NAME}}.tar.gz"
8790
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)