Skip to content

Commit

Permalink
Update the Toit version.
Browse files Browse the repository at this point in the history
Support kebab identifiers.
  • Loading branch information
floitsch committed Oct 17, 2024
1 parent cddf320 commit ab1e13e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ on:
release:
types: [published]

env:
TOIT_VERSION: v2.0.0-alpha.100
# Will be set in the 'Setup constants' step
TOIT_URL:
# Will be set in the 'Setup constants' step
DOWNLOAD_DIR:

jobs:
build:
strategy:
Expand All @@ -19,8 +26,6 @@ jobs:
- name: Setup constants
shell: bash
run: |
TOIT_VERSION=v2.0.0-alpha.91
echo "TOIT_VERSION=$TOIT_VERSION" >> $GITHUB_ENV
export DOWNLOAD_DIR="${{ github.workspace }}/downloads"
echo "DOWNLOAD_DIR=$DOWNLOAD_DIR" >> $GITHUB_ENV
if [[ "$RUNNER_OS" = "Linux" ]]; then
Expand Down

0 comments on commit ab1e13e

Please sign in to comment.