Skip to content

Commit

Permalink
Remove debugging messages from native release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
agarciadom authored May 23, 2024
1 parent 32a3dd3 commit 9ba5e9b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Compress-Archive -Path build/native/nativeCompile/ecore2Emfatic* -DestinationPath ${{ matrix.os }}-ecore2Emfatic.zip
echo "Tag name from GITHUB_REF_NAME: $GITHUB_REF_NAME"
echo "Tag name from github.ref_name: ${{ github.ref_name }}"
echo gh release upload ${{ github.ref_name }} ${{ matrix.os }}-ecore2Emfatic.zip
gh release upload ${{ github.ref_name }} ${{ matrix.os }}-ecore2Emfatic.zip

0 comments on commit 9ba5e9b

Please sign in to comment.