We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d37941 commit 0b1635eCopy full SHA for 0b1635e
1 file changed
.github/workflows/release.yml
@@ -45,4 +45,7 @@ jobs:
45
- name: Install x86_64 target
46
run: rustup target add x86_64-apple-darwin
47
48
- - run: scripts/upload_macos.sh
+ - name: Build and upload artifacts
49
+ env:
50
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51
+ run: scripts/upload_macos.sh
0 commit comments