Merge pull request #188 from nwjs-ffmpeg-prebuilt/dependabot/github_actions/dot-github/workflows/gha-c0d61e06de
This commit is contained in:
commit
f1920c7ca8
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
@ -55,7 +55,7 @@ jobs:
|
|||||||
node build --arch x64
|
node build --arch x64
|
||||||
node build --arch ia32
|
node build --arch ia32
|
||||||
- name: Upload the artifacts
|
- name: Upload the artifacts
|
||||||
uses: actions/upload-artifact@v4.3.3
|
uses: actions/upload-artifact@v4.3.4
|
||||||
with:
|
with:
|
||||||
name: win
|
name: win
|
||||||
path: 'c:/a/**/build/out/*.zip'
|
path: 'c:/a/**/build/out/*.zip'
|
||||||
@ -77,7 +77,7 @@ jobs:
|
|||||||
node build -a x64
|
node build -a x64
|
||||||
node build -a arm64
|
node build -a arm64
|
||||||
- name: Upload the artifacts
|
- name: Upload the artifacts
|
||||||
uses: actions/upload-artifact@v4.3.3
|
uses: actions/upload-artifact@v4.3.4
|
||||||
with:
|
with:
|
||||||
name: mac
|
name: mac
|
||||||
path: 'build/out/*.zip'
|
path: 'build/out/*.zip'
|
||||||
@ -114,7 +114,7 @@ jobs:
|
|||||||
node build --arch x64
|
node build --arch x64
|
||||||
node build --arch ia32
|
node build --arch ia32
|
||||||
- name: Upload the artifacts
|
- name: Upload the artifacts
|
||||||
uses: actions/upload-artifact@v4.3.3
|
uses: actions/upload-artifact@v4.3.4
|
||||||
with:
|
with:
|
||||||
name: linux
|
name: linux
|
||||||
path: 'build/out/*.zip'
|
path: 'build/out/*.zip'
|
||||||
@ -132,15 +132,15 @@ jobs:
|
|||||||
echo "NW=$(curl -s https://nwjs.io/versions | jq -r '.latest' | sed 's/v//')" >> $GITHUB_ENV
|
echo "NW=$(curl -s https://nwjs.io/versions | jq -r '.latest' | sed 's/v//')" >> $GITHUB_ENV
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- uses: actions/download-artifact@v4.1.7
|
- uses: actions/download-artifact@v4.1.8
|
||||||
with:
|
with:
|
||||||
name: win
|
name: win
|
||||||
path: release/win
|
path: release/win
|
||||||
- uses: actions/download-artifact@v4.1.7
|
- uses: actions/download-artifact@v4.1.8
|
||||||
with:
|
with:
|
||||||
name: linux
|
name: linux
|
||||||
path: release/linux
|
path: release/linux
|
||||||
- uses: actions/download-artifact@v4.1.7
|
- uses: actions/download-artifact@v4.1.8
|
||||||
with:
|
with:
|
||||||
name: mac
|
name: mac
|
||||||
path: release/mac
|
path: release/mac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user