Skip to content

Commit

Permalink
feat: assets
Browse files Browse the repository at this point in the history
  • Loading branch information
sukinosuki committed Sep 7, 2024
1 parent e013d40 commit 0a5e785
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 28 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/flutter-ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
name: Flutter CI

on:
workflow_dispatch:
inputs:
TAG:
description: 'Set a Tag'
required: true
default: ''
push:
branches: ["master"]
tags:
- v*

jobs:
build:
Expand All @@ -23,8 +30,8 @@ jobs:
- name: Build apks
run: |
flutter pub get
flutter build apk --release
flutter build apk --target-platform android-arm,android-arm64,android-x64 --split-per-abi --release
flutter build apk --dart-define=GITHUB_HASH=$GITHUB_SHA --release
flutter build apk --dart-define=GITHUB_HASH=$GITHUB_SHA --target-platform android-arm,android-arm64,android-x64 --split-per-abi --release
mkdir -p releases
mv -f build/app/outputs/flutter-apk/*-release.apk releases
mv -f releases/app-release.apk releases/app-universal-release.apk
Expand Down
25 changes: 0 additions & 25 deletions .github/workflows/test.yml

This file was deleted.

Binary file added android/app/src/main/ic_launcher-playstore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/card_placeholder.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/dlm_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/site-logo-dlm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/images/site-logo-dlm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0a5e785

Please sign in to comment.