Skip to content

Commit f11a553

Browse files
committed
hotfix: add chmod build_askar
1 parent 3de0985 commit f11a553

File tree

455 files changed

+3
-66918
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

455 files changed

+3
-66918
lines changed

.github/workflows/dart.yml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ jobs:
2323

2424
- name: Build Askar
2525
run: ./build_askar_linux.sh
26-
# Note: This workflow uses the latest stable version of the Flutter SDK.
27-
# You can specify other versions if desired, see documentation here:
28-
# https://github.com/flutter-actions/setup-flutter/blob/main/.github/workflows/flutter-linux.yml
26+
2927
- name: Setup Flutter SDK
3028
uses: flutter-actions/setup-flutter@v4
3129
with:
@@ -35,17 +33,9 @@ jobs:
3533
- name: Install dependencies
3634
run: flutter pub get
3735

38-
# Uncomment this step to verify the use of 'dart format' on each commit.
39-
# - name: Verify formatting
40-
# run: dart format --output=none --set-exit-if-changed .
41-
42-
# Consider passing '--fatal-infos' for slightly stricter analysis.
4336
- name: Analyze project source
4437
run: flutter analyze --no-fatal-infos
4538

46-
# Your project will need to have tests in test/ and a dependency on
47-
# package:test for this step to succeed. Note that Flutter projects will
48-
# want to change this to 'flutter test'.
4939
- name: Run tests
5040
run: flutter test
5141

@@ -58,7 +48,7 @@ jobs:
5848
uses: actions/upload-artifact@v4
5949
with:
6050
name: dartdoc
61-
path: doc/api
51+
path: docs
6252

6353
# Check for documentation changes
6454
- name: Check for documentation changes
@@ -79,9 +69,8 @@ jobs:
7969
git config --global user.name 'github-actions[bot]'
8070
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
8171
mkdir -p docs
82-
rsync -av --delete doc/api/ docs/
72+
rsync -av --delete docs/ docs/
8373
touch docs/.nojekyll
8474
git add docs
8575
git commit -m "Deploy Dart documentation"
8676
git push origin main
87-

build_askar_android.sh

100644100755
File mode changed.

build_askar_linux.sh

100644100755
File mode changed.

doc/api/__404error.html

Lines changed: 0 additions & 93 deletions
This file was deleted.

doc/api/askar_wrapper_dart/AeadParams-class-sidebar.html

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)