Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jun 6, 2023
1 parent c1a4379 commit f4d0dd1
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 56 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/beta_compile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,19 +76,8 @@ jobs:
shell: bash
run: |
flutter pub get
flutter pub run packagex create .
flutter pub run packagex build all
if [ "$RUNNER_OS" == "Linux" ]; then
mv build/packagex/* ./build
fi
if [ "$RUNNER_OS" == "Windows" ]; then
mv build/packagex/* ./build
fi
if [ "$RUNNER_OS" == "macOS" ]; then
mv build/packagex/* ./build
fi
flutter clean
- name: Publish artifact
uses: actions/upload-artifact@v3
Expand Down
Loading

0 comments on commit f4d0dd1

Please sign in to comment.