We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b4559f commit 9aceeacCopy full SHA for 9aceeac
1 file changed
.github/workflows/build.yml
@@ -38,9 +38,12 @@ jobs:
38
- name: Compile
39
run: haxelib run lime build windows --app-version="4.0.0-${{ github.run_id}}"
40
41
+ - name: Rename Build
42
+ run: mv export/release/windows/bin export/release/windows/Windows-SolarFiles-Build
43
+
44
- name: Publish Artifact
45
uses: actions/upload-artifact@v4
46
with:
47
name: windowsBuild
- path: export/release/windows/
48
+ path: export/release/windows/*
49
0 commit comments