Skip to content

Commit

Permalink
Update release-native.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
agarciadom authored May 22, 2024
1 parent dc23bd0 commit 3e314a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ jobs:
- name: Upload release asset
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release upload $GITHUB_REF_NAME build/native/nativeCompile/ecore2Emfatic*
run: |
zip -j ${{ matrix.os }}-ecore2Emfatic.zip build/native/nativeCompile/ecore2Emfatic*
gh release upload $GITHUB_REF_NAME ${{ matrix.os }}-ecore2Emfatic.zip

0 comments on commit 3e314a5

Please sign in to comment.