Skip to content

Commit

Permalink
Merge pull request #17 from DIDIRUS4/feature
Browse files Browse the repository at this point in the history
  • Loading branch information
DIDIRUS4 authored Jul 2, 2024
2 parents 8d82f24 + f63082c commit 40ab5ae
Show file tree
Hide file tree
Showing 20 changed files with 405 additions and 553 deletions.
28 changes: 5 additions & 23 deletions .github/workflows/tauri-build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: 'Tauri GUI Build'
name: 'AstralRinth: Tauri Build'
on:
push:
branches: [ beta, feature ]
branches:
- feature*
jobs:
tauri_build:
application_build:
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -89,17 +90,6 @@ jobs:
with:
includeDebug: true

# - name: Flatpak Builder
# uses: flatpak/[email protected]
# id: build_os_ubuntu_flatpak
# if: startsWith(matrix.platform, 'flatpak')
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
# TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
# with:
# includeDebug: true

- name: upload ${{ matrix.platform }}
uses: actions/upload-artifact@v3
if: startsWith(matrix.platform, 'macos')
Expand All @@ -112,12 +102,4 @@ jobs:
if: "!startsWith(matrix.platform, 'macos')"
with:
name: ${{ matrix.platform }}
path: "${{ join(fromJSON(steps.build_os.outputs.artifactPaths), '\n') }}"

# - name: upload ${{ matrix.platform }}
# uses: actions/upload-artifact@v3
# if: startsWith(matrix.platform, 'flatpak')
# with:
# name: ${{ matrix.platform }}
# path: "${{ join(fromJSON(steps.build_os_ubuntu_flatpak.outputs.artifactPaths), '\n') }}"

path: "${{ join(fromJSON(steps.build_os.outputs.artifactPaths), '\n') }}"
Loading

0 comments on commit 40ab5ae

Please sign in to comment.