Skip to content

Commit

Permalink
ci: tweak job names for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexogamer committed Feb 28, 2024
1 parent 208d1c9 commit 1383371
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:

jobs:
# build-win:
# build-android-debug-win:
# runs-on: windows-latest
# steps:
# - name: Checkout Repository
Expand All @@ -28,13 +28,13 @@ jobs:
# with:
# path: D:\a\rvmob\rvmob\android\app\build\outputs\apk\debug\app-debug.apk
# name: RVMob-Debug-${{ github.sha }}.apk
build-linux:
build-android-debug-linux:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Set up Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
cache: 'yarn'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ concurrency:
cancel-in-progress: false

jobs:
build-and-deploy:
build-and-deploy-web:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down

0 comments on commit 1383371

Please sign in to comment.