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 f8e584d commit 31230dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-native.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Native Release Builds
on:
release:
types: [created]
push:
tags: [ "[0-9]+.[0-9]+.[0-9]+" ]

jobs:
build:
Expand Down Expand Up @@ -29,4 +29,4 @@ jobs:
- name: Upload release asset
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release upload $GITHUB_REF build/native/nativeCompile/Ecore2Emfatic*
run: gh release upload ${{ GITHUB_REF }} build/native/nativeCompile/Ecore2Emfatic*

0 comments on commit 31230dc

Please sign in to comment.