Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
DIDIRUS4 committed Sep 1, 2024
1 parent bd61f5d commit 9263c39
Show file tree
Hide file tree
Showing 81 changed files with 1,519 additions and 1,546 deletions.
59 changes: 0 additions & 59 deletions .github/ISSUE_TEMPLATE/1-app-bug.yml

This file was deleted.

52 changes: 0 additions & 52 deletions .github/ISSUE_TEMPLATE/2-web-bug.yml

This file was deleted.

41 changes: 0 additions & 41 deletions .github/ISSUE_TEMPLATE/3-api-bug.yml

This file was deleted.

46 changes: 0 additions & 46 deletions .github/ISSUE_TEMPLATE/4-feature-request.yml

This file was deleted.

14 changes: 4 additions & 10 deletions .github/workflows/app-release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: 'Modrinth App build'
name: 'AstralRinth App build'
on:
push:
branches:
- main
- feature*
tags:
- 'build*'
- 'v*'
paths:
- .github/workflows/app-release.yml
Expand All @@ -21,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [macos-latest, windows-latest, ubuntu-22.04]
platform: [macos-latest, windows-latest, ubuntu-latest]

runs-on: ${{ matrix.platform }}

Expand Down Expand Up @@ -105,13 +106,6 @@ jobs:
if: startsWith(matrix.platform, 'macos')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ENABLE_CODE_SIGNING: ${{ secrets.APPLE_CERTIFICATE }}
APPLE_CERTIFICATE: ${{ secrets.APPLE_CERTIFICATE }}
APPLE_CERTIFICATE_PASSWORD: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}
APPLE_SIGNING_IDENTITY: ${{ secrets.APPLE_SIGNING_IDENTITY }}
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}

Expand Down
70 changes: 0 additions & 70 deletions .github/workflows/ci.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/frontend-pages.yml

This file was deleted.

Loading

0 comments on commit 9263c39

Please sign in to comment.