Skip to content

Commit

Permalink
build(ci): Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
realth000 committed Dec 20, 2023
1 parent be05a04 commit 1164ed9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/relase_build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Release build

# git push --atomic --tags
on:
push:
branches: [ "master" ]
tags:
- 'v*'

Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Upload Linux artifacts
uses: actions/upload-artifact@v3
with:
name: Linux tarball
name: tsdm_client-linux-tarball
path: build/linux/x64/release/tsdm_client-linux.tar.gz
- name: Setup Android sign key
run: |
Expand All @@ -65,10 +65,9 @@ jobs:
- name: Upload Android artifacts
uses: actions/upload-artifact@v3
with:
name: Android apk
name: tsdm_client-apk-arm64_v8a
path: |
build/app/outputs/flutter-apk/tsdm_client-arm64_v8a.apk
build/app/outputs/flutter-apk/tsdm_client-armeabi_v7a.apk
build-windows:
name: Build Windows
runs-on: windows-latest
Expand Down Expand Up @@ -99,5 +98,5 @@ jobs:
- name: Upload Windows artifacts
uses: actions/upload-artifact@v3
with:
name: Windows tarball
name: tsdm_client-windows-tarball
path: build/windows/x64/runner/tsdm_client-windows.zip

0 comments on commit 1164ed9

Please sign in to comment.