We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc97bb4 + 46b4efa commit e2f394cCopy full SHA for e2f394c
.github/workflows/release.yaml
@@ -37,13 +37,13 @@ jobs:
37
- name: Bundle vendor libraries
38
run: composer bundle -v
39
40
- - name: Stash modified composer.json file
41
- run: git stash push -- composer.json
+ - name: Stash bundled files
+ run: git stash push -- composer.json Resources/Private/Libs/vendor
42
43
- name: Reset files
44
run: git reset --hard HEAD && git clean -dfx
45
46
- - name: Restore modified composer.json file
+ - name: Restore bundled files
47
run: git stash pop
48
49
- name: Create artefact
0 commit comments