Skip to content

Commit ce5ee89

Browse files
authored
Update output
1 parent f4c2d95 commit ce5ee89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-shared.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
name: RetakesPluginShared-${{ github.sha }}
5656
- name: Create release assets
5757
run: |
58-
zip -r RetakesPluginShared-${{ github.sha }}.zip ./RetakesPluginShared
58+
zip -r RetakesPluginShared-${{ github.sha }}.zip ./addons
5959
- name: Get release info
6060
run: |
6161
RELEASE_INFO=$(curl -sH 'Accept: application/vnd.github.v3+json' https://api.github.com/repos/${{ github.repository }}/releases)

0 commit comments

Comments
 (0)