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 ee29f42 commit e39376a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/flutter-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: release-artifacts
name: release-artifacts-ubuntu
path: |
web.tar.gz
linux.tar.gz
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: release-artifacts
name: release-artifacts-macos
path: |
build/ios/iphoneos/Runner.app
build/macos/Build/Products/Release/Runner.app
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: release-artifacts
name: release-artifacts-windows
path: |
build/windows/x64/runner/Release/windows.zip
Expand All @@ -139,8 +139,6 @@ jobs:
steps:
- name: Download artifacts
uses: actions/download-artifact@v4
with:
name: release-artifacts

# - name: pack into tar.gz or zip
# run: |
Expand Down

0 comments on commit e39376a

Please sign in to comment.