Skip to content

Commit

Permalink
test new format
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloCattano authored Dec 20, 2024
1 parent 1c0da7b commit 7910606
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ permissions:

on:
push:

branches: [ "main" ]
pull_request:
branches: [ "main" ]
Expand All @@ -35,16 +34,10 @@ jobs:
exit 1
fi
- name: Get the release ID
id: get_release
run: |
echo "RELEASE_ID=${{ github.event.release.id }}" >> $GITHUB_ENV
echo "Release ID: ${{ github.event.release.id }}"
- name: Upload the artifacts
uses: skx/github-action-publish-binaries@release-1.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
releaseId: test
args: '*.bin'
entryPoint: publish-binaries.sh
args: './example'

0 comments on commit 7910606

Please sign in to comment.