diff --git a/.github/workflows/release-native.yml b/.github/workflows/release-native.yml index a45b5e4..f40ed40 100644 --- a/.github/workflows/release-native.yml +++ b/.github/workflows/release-native.yml @@ -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_NAME build/native/nativeCompile/Ecore2Emfatic*