Skip to content

Commit fa4c9c9

Browse files
committed
test
1 parent b7a6716 commit fa4c9c9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,11 @@ jobs:
119119
- name: Build Plugin
120120
run: ./gradlew buildPlugin
121121

122+
- name: Prepare changelog.txt
123+
run: echo ${{ steps.properties.outputs.changelog }} > ./build/distributions/changelog.txt
124+
122125
- name: Upload artifact
123126
uses: actions/upload-artifact@v4
124-
run: echo ${{ steps.properties.outputs.changelog }} > ./build/distributions/changelog.txt
125127
with:
126128
name: bundle
127129
path: ./build/distributions/

0 commit comments

Comments
 (0)