Skip to content

Commit

Permalink
update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vdelachaux committed Sep 24, 2024
1 parent 5dd5a6e commit 144c0b4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,12 @@ jobs:
- name: BuildAndPackage
uses: 4d/build4d-action@main
with:
actions: "build,pack,sign,archive"
sign-certificate: "Vincent de Lachaux (DYRKW64QA9)"
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/tool4d-action-test.zip
gh release upload ${{github.event.release.tag_name}} build/4DPop.zip

0 comments on commit 144c0b4

Please sign in to comment.