mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-03-16 21:53:07 +00:00
Merge pull request #783 from DhanushSantosh/patchcraft
fix: release workflow assets + missing EventType entry
This commit is contained in:
1
.github/actions/setup-project/action.yml
vendored
1
.github/actions/setup-project/action.yml
vendored
@@ -45,6 +45,7 @@ runs:
|
|||||||
run: npm install --ignore-scripts --force
|
run: npm install --ignore-scripts --force
|
||||||
|
|
||||||
- name: Install Linux native bindings
|
- name: Install Linux native bindings
|
||||||
|
if: runner.os == 'Linux'
|
||||||
shell: bash
|
shell: bash
|
||||||
# Workaround for npm optional dependencies bug (npm/cli#4828)
|
# Workaround for npm optional dependencies bug (npm/cli#4828)
|
||||||
# Explicitly install Linux bindings needed for build tools
|
# Explicitly install Linux bindings needed for build tools
|
||||||
|
|||||||
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -95,9 +95,11 @@ jobs:
|
|||||||
upload:
|
upload:
|
||||||
needs: build
|
needs: build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.event.release.draft == false
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Download macOS artifacts
|
- name: Download macOS artifacts
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user