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
|
||||
id: create-dmg
|
||||
uses: L-Super/create-dmg-actions@v1
|
||||
uses: L-Super/create-dmg-actions@28511e988b13ca34096d439159a66d468b8e724f
|
||||
with:
|
||||
dmg_name: nexus
|
||||
src_dir: build/macos/Build/Products/Release/Nexus.app
|
||||
|
|
@ -50,4 +50,4 @@ jobs:
|
|||
uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: nexus.dmg
|
||||
path: "${{ steps.create-dmg.outputs.dmg_path }}"
|
||||
path: ${{ steps.create-dmg.outputs.dmg_path }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue