Skip to content

Commit 47866a2

Browse files
committedOct 19, 2021
fixed release config
1 parent a00ae9f commit 47866a2

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed
 

‎.github/workflows/release.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,6 @@ jobs:
6969
# Execute the build. You can specify a specific target with "--target <NAME>"
7070
run: cmake --build . --config $BUILD_TYPE --target webos-package
7171

72-
- name: Set Environment for Release
73-
working-directory: ${{github.workspace}}/build
74-
shell: bash
75-
run: cat github-release.env >> $GITHUB_ENV
76-
7772
- name: Test
7873
working-directory: ${{github.workspace}}/build
7974
shell: bash
@@ -89,4 +84,4 @@ jobs:
8984
name: Release ${{ steps.tagName.outputs.tag }}
9085
prerelease: true
9186
allowUpdates: true
92-
artifacts: build/${{ env.RELEASE_IPK_FILENAME }},build/${{env.RELEASE_MANIFEST_FILENAME}}
87+
artifacts: "*.ipk"

0 commit comments

Comments
 (0)
Please sign in to comment.