Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
rgonzalezt committed Apr 17, 2024
2 parents 0be7054 + c3c0403 commit a5d2cbf
Show file tree
Hide file tree
Showing 160 changed files with 8,338 additions and 1,946 deletions.
45 changes: 3 additions & 42 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,51 +37,12 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- run: echo "EXPERIMENT_GROUP=autoassign" >> $GITHUB_ENV
- run: echo "EXPERIMENT_GROUP=off" >> $GITHUB_ENV
- run: npm install
- run: npm run build:prod
- run: npm run pack:linux
- run: npm run pack:html
- uses: ncipollo/release-action@v1
with:
allowUpdates: true
artifacts: "binaries/*.zip,binaries/*.deb,binaries/*.tar.gz"
token: ${{ secrets.GITHUB_TOKEN }}

pack-macos: # When there is a tag, pack the installers and upload to Github.
runs-on: macos-latest
if: startsWith(github.ref, 'refs/tags')
needs: test
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- run: echo "EXPERIMENT_GROUP=autoassign" >> $GITHUB_ENV
- run: npm install
- run: npm run build:prod
- run: npm run pack:osx
- uses: ncipollo/release-action@v1
with:
allowUpdates: true
artifacts: "binaries/*.dmg"
token: ${{ secrets.GITHUB_TOKEN }}

pack-windows: # When there is a tag, pack the installers and upload to Github.
runs-on: windows-latest
if: startsWith(github.ref, 'refs/tags')
needs: test
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- run: echo "EXPERIMENT_GROUP=autoassign" >> $env:GITHUB_ENV
- run: npm install
- run: npm run build:prod
- run: npm run pack:win32
- uses: ncipollo/release-action@v1
with:
allowUpdates: true
artifacts: "binaries/*.exe"
token: ${{ secrets.GITHUB_TOKEN }}
artifacts: "binaries/*.tar.gz"
token: ${{ secrets.GITHUB_TOKEN }}
89 changes: 0 additions & 89 deletions CODE_OF_CONDUCT.md

This file was deleted.

135 changes: 0 additions & 135 deletions CODE_OF_CONDUCT_en.md

This file was deleted.

45 changes: 0 additions & 45 deletions CONTRIBUTING.md

This file was deleted.

0 comments on commit a5d2cbf

Please sign in to comment.