Skip to content

Commit abdd2a0

Browse files
authored
Merge pull request #31 from DimensionDev/release-folder-name
chore: release folder name
2 parents fd24b18 + 19ae9c8 commit abdd2a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
args:
4242
zip -qq -r v${{ steps.package-version.outputs.current-version }}.zip
43-
dist/v${{ steps.package-version.outputs.current-version }}
43+
public/v${{ steps.package-version.outputs.current-version }}
4444

4545
- name: Upload Latest Release
4646
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)