Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
y-polek committed Jun 8, 2024
1 parent b7a6716 commit fa4c9c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,11 @@ jobs:
- name: Build Plugin
run: ./gradlew buildPlugin

- name: Prepare changelog.txt
run: echo ${{ steps.properties.outputs.changelog }} > ./build/distributions/changelog.txt

- name: Upload artifact
uses: actions/upload-artifact@v4
run: echo ${{ steps.properties.outputs.changelog }} > ./build/distributions/changelog.txt
with:
name: bundle
path: ./build/distributions/
Expand Down

0 comments on commit fa4c9c9

Please sign in to comment.