Skip to content

Commit

Permalink
windows build path changed
Browse files Browse the repository at this point in the history
  • Loading branch information
priyanshu.creator.dev committed May 16, 2024
1 parent ec92596 commit d248a1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
with:
type: 'zip'
filename: Delta-2.2.10-windows.zip
directory: build/windows/runner/Release
directory: build/windows/x64/runner/Release
- name: Push to Releases
uses: ncipollo/release-action@v1
with:
artifacts: "build/app/outputs/flutter-apk/*,build/windows/runner/Release/Delta-2.2.10-windows.zip"
artifacts: "build/app/outputs/flutter-apk/*,build/windows/x64/runner/Release/Delta-2.2.10-windows.zip"
tag: v2.2.10
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d248a1d

Please sign in to comment.