Skip to content

Commit e080610

Browse files
committed
Try to fix release bundle stuff
1 parent 7a073ec commit e080610

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/actions/deploy-setup/action.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,13 @@ runs:
2525
- name: Install all artifacts
2626
if: ${{ inputs.artifacts == 'true' }}
2727
uses: actions/download-artifact@v4
28+
- name: Install release bundle
29+
if: ${{ inputs.artifacts != 'true' }}
30+
uses: actions/download-artifact@v4
31+
with:
32+
name: release-bundle
33+
path: ${{ github.workspace }}/release-bundle
2834
- name: Restore release commit
29-
if: ${{ inputs.artifacts == 'true' }}
3035
shell: bash
3136
run: |
3237
git switch -c release

0 commit comments

Comments
 (0)