Skip to content

Commit

Permalink
Update imagecreation.yml
Browse files Browse the repository at this point in the history
Trying continious moose image creation
  • Loading branch information
uNouss authored Sep 15, 2023
1 parent e59a4cf commit cff290c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/imagecreation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
PROJECT_NAME: Framoose
PROJECT_NAME: 'Framoose'
name: $PROJECT_NAME
strategy:
matrix:
Expand Down Expand Up @@ -44,6 +44,6 @@ jobs:
with:
mode: update
replace_assets: true
tag_name: latest
tag_name: 'm11p11'
assets: ${{ env.PROJECT_NAME }}-${{ matrix.smalltalk }}.zip
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cff290c

Please sign in to comment.