Skip to content

Commit

Permalink
update windows build directory (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
casimir authored Nov 20, 2023
1 parent 3cb7248 commit 46152a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
- run: flutter pub get
- run: flutter test
- run: flutter build windows
- run: Copy-Item -Path build\windows\runner\Release\ -Destination build\frigoligo\ -Recurse
- run: Copy-Item -Path build\windows\x64\runner\Release\ -Destination build\frigoligo\ -Recurse
- run: Compress-Archive -Path frigoligo -DestinationPath ..\\$env:ARTIFACT
working-directory: ./build
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 46152a3

Please sign in to comment.