Skip to content

Commit 9aceeac

Browse files
authored
have you tried adding a wildcard
1 parent 8b4559f commit 9aceeac

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,12 @@ jobs:
3838
- name: Compile
3939
run: haxelib run lime build windows --app-version="4.0.0-${{ github.run_id}}"
4040

41+
- name: Rename Build
42+
run: mv export/release/windows/bin export/release/windows/Windows-SolarFiles-Build
43+
4144
- name: Publish Artifact
4245
uses: actions/upload-artifact@v4
4346
with:
4447
name: windowsBuild
45-
path: export/release/windows/
48+
path: export/release/windows/*
4649

0 commit comments

Comments
 (0)