mirror of
https://github.com/tiny-craft/tiny-rdm.git
synced 2025-12-24 13:27:51 +08:00
chore: add Google Analytics event for record app startup
This commit is contained in:
5
.github/workflows/release-linux.yaml
vendored
5
.github/workflows/release-linux.yaml
vendored
@@ -63,7 +63,10 @@ jobs:
|
||||
|
||||
- name: Build wails app for Linux
|
||||
shell: bash
|
||||
run: CGO_ENABLED=1 wails build -platform ${{ matrix.platform }} -ldflags "-X main.version=${{ github.event.release.tag_name }}" -o tiny-rdm
|
||||
run: |
|
||||
CGO_ENABLED=1 wails build -platform ${{ matrix.platform }} \
|
||||
-ldflags "-X main.version=${{ github.event.release.tag_name }} -X main.gaMeasurementID=${{ secrets.GA_MEASUREMENT_ID }} -X main.gaSecretKey=${{ secrets.LINUX_GA_SECRET }}" \
|
||||
-o tiny-rdm
|
||||
|
||||
- name: Setup control template
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user