Skip to content

Commit

Permalink
Make licencefree conda channel explicit et al
Browse files Browse the repository at this point in the history
small improvements in script and naming

Signed-off-by: Florian Esser <[email protected]>
  • Loading branch information
florianesser-tng committed Nov 22, 2024
1 parent e058dbd commit 2bca5d0
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/build-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-version: latest
channels: conda-forge
conda-remove-defaults: "true"
python-version: "3.11"
activate-environment: 'cp311_libuv'

Expand Down Expand Up @@ -53,7 +55,6 @@ jobs:
- name: build installer
working-directory: "WebUI"
run: |
npm install
npm run fetch-build-resources
npm run pack-python
npm run prebuild
Expand All @@ -68,13 +69,8 @@ jobs:
- name: upload release
uses: actions/upload-artifact@v4
with:
# Name of the artifact to upload.
# Optional. Default is 'artifact'
name: "${{ inputs.platform }}_installers"
# A file, directory or wildcard pattern that describes what to upload
# Required.
name: "installers-${{ inputs.platform }}-${{ github.sha }}"
path: ${{ env.RELEASE_DIR }}\*.exe
if-no-files-found: error
retention-days: 1
overwrite: true

0 comments on commit 2bca5d0

Please sign in to comment.