Skip to content

Commit

Permalink
Give name to project
Browse files Browse the repository at this point in the history
  • Loading branch information
jecisc authored Feb 7, 2023
1 parent 46c8097 commit 1ce8e28
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest
env:
PROJECT_NAME: Pharo-AI-${{ matrix.smalltalk }}
strategy:
matrix:
smalltalk: [ Pharo64-9.0, Pharo64-10, Pharo64-11 ]
Expand Down Expand Up @@ -41,4 +43,4 @@ jobs:
with:
release: 'continuous'
token: ${{ secrets.GITHUB_TOKEN }}
files: ${{ env.PROJECT_NAME }}-${{ matrix.smalltalk }}.zip
files: ${{ env.PROJECT_NAME }}.zip

0 comments on commit 1ce8e28

Please sign in to comment.