Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloCattano authored Dec 19, 2024
1 parent b504262 commit 9609c1b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ jobs:
- name: Get the release ID
id: get_release
run: |
RELEASE_ID=$(curl -s https://api.github.com/repos/${{ github.repository }}/releases/latest | jq -r '.id')
echo "RELEASE_ID=$RELEASE_ID" >> $GITHUB_ENV
echo RELEASE_ID $RELEASE_ID
echo "RELEASE_ID=${{ github.event.release.id }}" >> $GITHUB_ENV
echo "Release ID: ${{ github.event.release.id }}"
- name: Upload the artifacts
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 9609c1b

Please sign in to comment.