Skip to content

Release

Release #7

Workflow file for this run

name: Release
on:
release:
types: [published]
jobs:
publish:
name: Publish
runs-on: macos-latest
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
permissions:
contents: write # for asset upload
steps:
- name: ⬇️ Checkout
uses: actions/checkout@v4
- name: BuildAndPackage
uses: 4d/build4d-action@main
with:
product-line: vcs
version: vcs
build: official
token: ${{ secrets.DLTK }}
actions: "build,pack,sign,archive"
sign-certificate: "${{deployement.DEV_ID }}"

Check failure on line 24 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 24, Col: 31): Unrecognized named-value: 'deployement'. Located at position 1 within expression: deployement.DEV_ID
- name: Upload
run: |
gh release upload ${{github.event.release.tag_name}} build/4DPop.zip