File tree Expand file tree Collapse file tree 2 files changed +17
-7
lines changed
Expand file tree Collapse file tree 2 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 55 branches :
66 - " main"
77
8+ env :
9+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 : true
10+
811jobs :
912 build :
1013 runs-on : ubuntu-latest
@@ -154,11 +157,13 @@ jobs:
154157 uses : actions/download-artifact@v5
155158 with :
156159 name : macos-signed
160+ path : release
157161
158162 - name : Download other binaries
159163 uses : actions/download-artifact@v5
160164 with :
161165 name : other-binaries
166+ path : release
162167
163168 - name : Update edge release
164169 uses : softprops/action-gh-release@v2
@@ -170,7 +175,7 @@ jobs:
170175 body : Automated build from commit ${{ github.sha }}
171176 prerelease : true
172177 files : |
173- website/CHANGELOG.md
174- dist/plug-compile.js
175- silverbullet-*.zip
176- silverbullet-cli-*.zip
178+ release/ website/CHANGELOG.md
179+ release/ dist/plug-compile.js
180+ release/ silverbullet-*.zip
181+ release/ silverbullet-cli-*.zip
Original file line number Diff line number Diff line change 55 tags :
66 - " *"
77
8+ env :
9+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 : true
10+
811jobs :
912 build :
1013 runs-on : ubuntu-latest
@@ -153,11 +156,13 @@ jobs:
153156 uses : actions/download-artifact@v5
154157 with :
155158 name : macos-signed
159+ path : release
156160
157161 - name : Download other binaries
158162 uses : actions/download-artifact@v5
159163 with :
160164 name : other-binaries
165+ path : release
161166
162167 - name : Release
163168 uses : softprops/action-gh-release@v2
@@ -166,6 +171,6 @@ jobs:
166171 with :
167172 draft : true
168173 files : |
169- dist/plug-compile.js
170- silverbullet-*.zip
171- silverbullet-cli-*.zip
174+ release/ dist/plug-compile.js
175+ release/ silverbullet-*.zip
176+ release/ silverbullet-cli-*.zip
You can’t perform that action at this time.
0 commit comments