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 e39376a commit 056ee82
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/flutter-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,11 @@ jobs:
build/windows/x64/runner/Release/windows.zip
release:
needs: [
needs:
[
build-and-release-on-ubuntu,
# build-and-release-on-windows,
# build-and-release-on-macos,
build-and-release-on-windows,
build-and-release-on-macos,
]
runs-on: ubuntu-latest

Expand All @@ -149,7 +150,7 @@ jobs:

- name: Create release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
# if: startsWith(github.ref, 'refs/tags/')
with:
files: |
*.tar.gz

0 comments on commit 056ee82

Please sign in to comment.