Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecated certificates #36

Merged
merged 10 commits into from
Nov 8, 2024
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
Loading
Loading