pin upload-artifact to a commit
This commit is contained in:
parent
092fc616e6
commit
5c16f42d20
1 changed files with 2 additions and 2 deletions
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
|
|
@ -41,7 +41,7 @@ jobs:
|
||||||
|
|
||||||
- name: Create DMG
|
- name: Create DMG
|
||||||
id: create-dmg
|
id: create-dmg
|
||||||
uses: L-Super/create-dmg-actions@v1
|
uses: L-Super/create-dmg-actions@28511e988b13ca34096d439159a66d468b8e724f
|
||||||
with:
|
with:
|
||||||
dmg_name: nexus
|
dmg_name: nexus
|
||||||
src_dir: build/macos/Build/Products/Release/Nexus.app
|
src_dir: build/macos/Build/Products/Release/Nexus.app
|
||||||
|
|
@ -50,4 +50,4 @@ jobs:
|
||||||
uses: actions/upload-artifact@v6
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: nexus.dmg
|
name: nexus.dmg
|
||||||
path: "${{ steps.create-dmg.outputs.dmg_path }}"
|
path: ${{ steps.create-dmg.outputs.dmg_path }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue