We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 997b4a1 commit 88d1257Copy full SHA for 88d1257
1 file changed
.github/workflows/release-macOS-x64.yml
@@ -10,7 +10,7 @@ on:
10
11
jobs:
12
release-macos_x64:
13
- runs-on: macos-13
+ runs-on: macos-26-intel
14
steps:
15
- uses: actions/checkout@v4
16
with:
@@ -38,7 +38,7 @@ jobs:
38
- name: Create data Folder
39
run: mkdir nibbles-clone-v${{github.event.inputs.git-tag}}/data
40
- name: Copy Assets to release Folder
41
- run: cp -R data/ nibbles-clone-v${{github.event.inputs.git-tag}}/data
+ run: cp -R data/* nibbles-clone-v${{github.event.inputs.git-tag}}/data
42
- name: Copy Binaries to release Folder
43
run: cp target/nibbles-clone nibbles-clone-v${{github.event.inputs.git-tag}}
44
- name: Zip release folder
0 commit comments