Skip to content

Commit

Permalink
release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vdelachaux committed Oct 3, 2024
1 parent e02f68d commit 06d8c6a
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,23 @@ jobs:
publish:
name: Publish
runs-on: macos-latest
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
# env:
# GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
# DEV_ID: "${{ secrets.DEV_ID }}"
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: "Vincent de Lachaux (DYRKW64QA9)"
# - 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: DEV_ID
- name: Upload
run: |
gh release upload ${{github.event.release.tag_name}} build/4DPop-Rulers.zip

0 comments on commit 06d8c6a

Please sign in to comment.