Skip to content

Commit

Permalink
20R7
Browse files Browse the repository at this point in the history
Project dependencies compatibility
  • Loading branch information
vdelachaux committed Oct 1, 2024
1 parent 707ed58 commit 7564f5b
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
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: "Vincent de Lachaux (DYRKW64QA9)"
- name: Upload
run: |
gh release upload ${{github.event.release.tag_name}} build/4DPop-Bookmarks.zip

0 comments on commit 7564f5b

Please sign in to comment.