Skip to content

Commit

Permalink
Update release_windows.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
wilinz authored Dec 6, 2023
1 parent 2456543 commit 07753ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ jobs:

- name: Package as zip
run: |
cd build/windows/runner/Release
cd build/windows/x64/runner/Release
zip -q -r ../aimigo_windows.zip ./*
cd ../../../../
- name: Upload to artifact
uses: actions/upload-artifact@v3
with:
name: aimigo_windows.zip
path: build/windows/runner/aimigo_windows.zip
path: build/windows/x64/runner/aimigo_windows.zip

0 comments on commit 07753ee

Please sign in to comment.