Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
e-marchand authored Jun 13, 2024
1 parent 5fd7bf4 commit 4467a82
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@ on:
jobs:
publish:
name: Publish
runs-on: windows-latest
runs-on: macos-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RELEASE: 1
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
permissions:
contents: write # for asset upload
steps:
- name: ⬇️ Checkout
uses: actions/checkout@v3
- name: Build with project file path
uses: actions/checkout@v4
- name: BuildAndRelease
uses: 4d/build4d-action@main

0 comments on commit 4467a82

Please sign in to comment.