Skip to content

Commit

Permalink
Merge pull request #233 from edufolly/dev
Browse files Browse the repository at this point in the history
Updating CI.
  • Loading branch information
edufolly authored May 14, 2024
2 parents 31b6290 + aae20c2 commit f851bc4
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
run: tar -cvzf folly-fields-test-coverage.tar.gz coverage

- name: Upload Test Coverage Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: folly-fields-test-coverage
path: folly-fields-test-coverage.tar.gz
Expand All @@ -105,10 +105,11 @@ jobs:
refreshToken: ${{ secrets.OAUTH_REFRESH_TOKEN }}
skipTests: true
format: false
flutterBranch: 'stable'
flutter: true
flutterBranch: 3.19.6

- name: Creating a GitHub Tag
uses: mathieudutour/github-tag-action@v6.1
uses: mathieudutour/github-tag-action@v6.2
with:
custom_tag: ${{ needs.boot.outputs.version }}
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -165,7 +166,7 @@ jobs:
rm -f folly-fields-test-coverage.tar.gz
- name: Publishing to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
publish_dir: ./example/build/web
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -258,7 +259,7 @@ jobs:
run: tar -cvzf folly-fields-example-linux.tar.gz build/linux/x64/release/bundle

- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: folly-fields-example-linux
path: example/folly-fields-example-linux.tar.gz
Expand Down Expand Up @@ -287,7 +288,7 @@ jobs:
sudo apt install -y libfuse2
- name: Download Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: folly-fields-example-linux

Expand Down

0 comments on commit f851bc4

Please sign in to comment.