Skip to content

Commit 09322c9

Browse files
committed
Fixed yaml
1 parent d6c9880 commit 09322c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
run: Compress-Archive -Path editor/* -Destination editor-${{env.BuildVersion}}.zip
103103

104104
- name: Publish Editor Artifact
105-
- uses: actions/upload-artifact@v4
105+
uses: actions/upload-artifact@v4
106106
with:
107107
name: editor-app
108108
path: /editor-${{env.BuildVersion}}.zip

0 commit comments

Comments
 (0)