Skip to content

Commit 3edf60f

Browse files
authored
wildcard part 2
1 parent 9aceeac commit 3edf60f

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,9 @@ 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-
4441
- name: Publish Artifact
4542
uses: actions/upload-artifact@v4
4643
with:
4744
name: windowsBuild
48-
path: export/release/windows/*
45+
path: export/release/*
4946

0 commit comments

Comments
 (0)