We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a578348 commit dfc3bb9Copy full SHA for dfc3bb9
.github/workflows/ci.yml
@@ -201,6 +201,8 @@ jobs:
201
202
- name: Upload release artifacts
203
uses: actions/upload-artifact@v2
204
+ # Only on macOS which contain all native plugin needed
205
+ if: matrix.os == 'macos-latest'
206
with:
207
name: ${{ github.sha }}
208
# Adding the native libraries so the symbol collector craft target can find/upload them
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## Unreleased
4
+
5
+- fix release packaging ([#417](https://github.com/getsentry/sentry-unity/pull/417))
6
7
## 0.6.1
8
9
### Fixes
0 commit comments