Skip to content

Commit dfc3bb9

Browse files
authoredNov 15, 2021
fix release packaging (#417)
1 parent a578348 commit dfc3bb9

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
 

‎.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@ jobs:
201201

202202
- name: Upload release artifacts
203203
uses: actions/upload-artifact@v2
204+
# Only on macOS which contain all native plugin needed
205+
if: matrix.os == 'macos-latest'
204206
with:
205207
name: ${{ github.sha }}
206208
# Adding the native libraries so the symbol collector craft target can find/upload them

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
- fix release packaging ([#417](https://github.com/getsentry/sentry-unity/pull/417))
6+
37
## 0.6.1
48

59
### Fixes

0 commit comments

Comments
 (0)