upload the right file
This commit is contained in:
parent
c44c1635e1
commit
0c118c5b67
1 changed files with 1 additions and 4 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
|
@ -26,12 +26,9 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
flutter pub run build_runner build --delete-conflicting-outputs
|
flutter pub run build_runner build --delete-conflicting-outputs
|
||||||
flutter build windows --release
|
flutter build windows --release
|
||||||
ls build\windows
|
|
||||||
ls build\windows\x64\runner\Release
|
|
||||||
ls build\windows\runner
|
|
||||||
|
|
||||||
- name: "Upload Windows build"
|
- name: "Upload Windows build"
|
||||||
uses: "actions/upload-artifact@v4"
|
uses: "actions/upload-artifact@v4"
|
||||||
with:
|
with:
|
||||||
name: "windows-exe"
|
name: "windows-exe"
|
||||||
path: "build/windows/x64/runner/Release/"
|
path: "build/windows/x64/runner/Release/nexus.exe"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue