Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/sentry/vue-8.47.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Dec 27, 2024
2 parents 94a8221 + 1c09e47 commit a4360a7
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,53 +85,49 @@ jobs:
- run: |
corepack enable
yarn -v
if: ${{ needs.version_checker.outputs.VERSION_MATCH == 'false' }}
# if: ${{ needs.version_checker.outputs.VERSION_MATCH == 'false' }}
- name: Check out Git repository
uses: actions/checkout@v4
if: ${{ needs.version_checker.outputs.VERSION_MATCH == 'false' }}
# if: ${{ needs.version_checker.outputs.VERSION_MATCH == 'false' }}

- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v4
if: ${{ needs.version_checker.outputs.VERSION_MATCH == 'false' }}
# if: ${{ needs.version_checker.outputs.VERSION_MATCH == 'false' }}
with:
node-version: 22
cache: 'yarn'

- run: |
yarn -v
if: ${{ needs.version_checker.outputs.VERSION_MATCH == 'false' }}
# if: ${{ needs.version_checker.outputs.VERSION_MATCH == 'false' }}
# - uses: actions/setup-python@v5
# if: ${{ needs.version_checker.outputs.VERSION_MATCH == 'false' }}
# with:
# python-version: '3.9'

# - run: |
# pip install setuptools
# if: ${{ needs.version_checker.outputs.VERSION_MATCH == 'false' }}

# - name: Install dependencies on Ubuntu
# if: matrix.os == 'ubuntu-latest'
# run: sudo apt-get update && sudo apt-get install libsdl-pango-dev

# - name: Install dependencies on macOS
# if: matrix.os == 'macos-latest'
# run: brew install pkg-config cairo pango libpng jpeg giflib

- run: |
yarn install
if: ${{ needs.version_checker.outputs.VERSION_MATCH == 'false' }}
# if: ${{ needs.version_checker.outputs.VERSION_MATCH == 'false' }}
- name: Build and Publish Electron App
run: yarn build
if: ${{ needs.version_checker.outputs.VERSION_MATCH == 'false' }}
# if: ${{ needs.version_checker.outputs.VERSION_MATCH == 'false' }}
env:
GITHUB_TOKEN: ${{ github.token }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}

- name: Upload artifacts
if: ${{ needs.version_checker.outputs.VERSION_MATCH == 'false' }}
# if: ${{ needs.version_checker.outputs.VERSION_MATCH == 'false' }}
uses: actions/upload-artifact@v4
with:
name: package-${{ matrix.os }}
Expand Down

0 comments on commit a4360a7

Please sign in to comment.