Skip to content

sign multiple files #11

sign multiple files

sign multiple files #11

Workflow file for this run

name: Build Tools
on:
push:
branches:
- oz/ci
jobs:
build-mac:
runs-on: macos-latest
env:
TAG: ${{ github.ref_name }}
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: brew install just ninja
- name: Clone
run: just clone
- name: Prepare
run: just prepare
- name: Build rust, cargo and newlib
run: just build-all
- name: Package
env:
APPLE_CODESIGN_IDENTITY: {{ secrets.APPLE_CODESIGN_IDENTITY }}

Check failure on line 25 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / Build Tools

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 25, Col: 36): A mapping was not expected .github/workflows/main.yml (Line: 26, Col: 23): A mapping was not expected
APPLE_CRED: {{ secrets.APPLE_CRED }}
APPLE_P12_BASE64: {{ secrets.APPLE_P12_BASE64 }}
APPLE_P12_PASSWORD: {{ secrets.APPLE_P12_PASSWORD }}
APPLE_TEAMID: {{ secrets.APPLE_TEAMID }}
APPLE_TEMPKEYCHAIN_PASSWORD: {{ secrets.APPLE_TEMPKEYCHAIN_PASSWORD }}
run: just package
- uses: actions/upload-artifact@v4
with:
name: platform-tools-osx-aarch64.tar.bz2
path: out/platform-tools-osx-aarch64.tar.bz2