Skip to content

Commit

Permalink
Fix GitHub Actions Windows file path (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
TechnicJelle authored Aug 27, 2024
1 parent f09bd0f commit 0ecafdb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,10 @@ jobs:
- name: Build
run: flutter build windows --release --dart-define=commit=$env:GITHUB_SHA_SHORT

- run: tree

- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: "windows_x64"
path: './build/windows/runner/Release'
path: './build/windows/x64/runner/Release'

0 comments on commit 0ecafdb

Please sign in to comment.