diff --git a/.github/workflows/release-native.yml b/.github/workflows/release-native.yml index 989d017..b338388 100644 --- a/.github/workflows/release-native.yml +++ b/.github/workflows/release-native.yml @@ -37,5 +37,5 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - Compress-Archive -Path build/native/nativeCompile/ecore2Emfatic* -Destination ${{ matrix.os }}-ecore2Emfatic.zip + Compress-Archive -Path build/native/nativeCompile/ecore2Emfatic* -DestinationPath ${{ matrix.os }}-ecore2Emfatic.zip gh release upload $GITHUB_REF_NAME ${{ matrix.os }}-ecore2Emfatic.zip