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 9aceeac commit 3edf60fCopy full SHA for 3edf60f
1 file changed
.github/workflows/build.yml
@@ -38,12 +38,9 @@ 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
48
- path: export/release/windows/*
+ path: export/release/*
49
0 commit comments