Skip to content

Commit 78b44f4

Browse files
committed
Update build.yaml
1 parent 69e6ce2 commit 78b44f4

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/build.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ jobs:
6565
WS_TASKS_DB_PASS: ${{ secrets.WS_TASKS_DB_PASS }}
6666
WS_TASKS_SECRET_KEY: ${{ secrets.WS_TASKS_SECRET_KEY }}
6767

68+
- name: Release changelog
69+
uses: actions/upload-artifact@v4
70+
with:
71+
name: "${{ github.sha }} Changelog"
72+
path: CHANGELOG.md
73+
6874
- name: Deploy
6975
env:
7076
ENV: ${{ vars.ENV }}
@@ -116,8 +122,4 @@ jobs:
116122
117123
- uses: actions/upload-artifact@v4
118124
119-
- name: Release changelog
120-
uses: actions/upload-artifact@v4
121-
with:
122-
name: "${{ github.sha }} Changelog"
123-
path: CHANGELOG.md
125+

0 commit comments

Comments
 (0)