Added control interface
This commit is contained in:
@@ -171,7 +171,8 @@ jobs:
|
||||
run: Compress-Archive -Path dist/VideoShader/* -DestinationPath dist/VideoShader.zip -Force
|
||||
|
||||
- name: Upload Runtime Package
|
||||
uses: actions/upload-artifact@v4
|
||||
# Gitea/GHES-compatible runners do not support the v4 artifact backend yet.
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: VideoShader-windows-release
|
||||
path: dist/VideoShader.zip
|
||||
|
||||
Reference in New Issue
Block a user