Skip to content

Commit e2f394c

Browse files
Merge pull request #507 from eliashaeussler/fix/release-bundling
2 parents fc97bb4 + 46b4efa commit e2f394c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ jobs:
3737
- name: Bundle vendor libraries
3838
run: composer bundle -v
3939

40-
- name: Stash modified composer.json file
41-
run: git stash push -- composer.json
40+
- name: Stash bundled files
41+
run: git stash push -- composer.json Resources/Private/Libs/vendor
4242

4343
- name: Reset files
4444
run: git reset --hard HEAD && git clean -dfx
4545

46-
- name: Restore modified composer.json file
46+
- name: Restore bundled files
4747
run: git stash pop
4848

4949
- name: Create artefact

0 commit comments

Comments
 (0)