Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
DawnMagnet committed Mar 3, 2024
1 parent 525332a commit ee29f42
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/flutter-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,19 @@ jobs:

- run: flutter build windows

- name: Archive Release
uses: thedoctor0/zip-release@master
with:
type: "zip"
filename: windows.zip
directory: build/windows/x64/runner/Release

- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: release-artifacts
path: |
build/windows/x64/runner/Release
build/windows/x64/runner/Release/windows.zip
release:
needs: [
Expand Down

0 comments on commit ee29f42

Please sign in to comment.