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 9b4998b commit 36cb21d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ jobs:
runs-on: macos-latest
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
DEV_ID: "${{ secrets.DEV_ID }}"
permissions:
contents: write # for asset upload
steps:
- name: ⬇️ Checkout
- name: Checkout
uses: actions/checkout@v4
- name: BuildAndPackage
uses: 4d/build4d-action@main
Expand All @@ -21,7 +22,7 @@ jobs:
build: official
token: ${{ secrets.DLTK }}
actions: "build,pack,sign,archive"
sign-certificate: "Vincent de Lachaux (DYRKW64QA9)"
sign-certificate: DEV_ID
- name: Upload
run: |
gh release upload ${{github.event.release.tag_name}} build/4DPop-Bookmarks.zip

0 comments on commit 36cb21d

Please sign in to comment.