Skip to content

Commit

Permalink
Use -DestinationPath on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
agarciadom authored May 22, 2024
1 parent 5df84b5 commit 404ad3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 404ad3e

Please sign in to comment.