We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6c9880 commit 09322c9Copy full SHA for 09322c9
.github/workflows/build-and-test.yml
@@ -102,7 +102,7 @@ jobs:
102
run: Compress-Archive -Path editor/* -Destination editor-${{env.BuildVersion}}.zip
103
104
- name: Publish Editor Artifact
105
- - uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v4
106
with:
107
name: editor-app
108
path: /editor-${{env.BuildVersion}}.zip
0 commit comments