Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
  • Loading branch information
FedeDP committed Dec 5, 2023
1 parent da01514 commit 070157f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ runs:
steps:
- uses: robinraju/release-downloader@v1.8
with:
fileName: syscalls-bumper_*_linux_amd64.tar.gz
tarBall: false
fileName: syscalls-bumper_*_linux_amd64
tarBall: true
zipBall: false
extract: true
latest: true
Expand All @@ -21,7 +21,6 @@ runs:
shell: bash
run: |
ls -la
cd syscalls-bumper/
./syscalls-bumper --repo-root ${{ inputs.repo-root }} --overwrite
- name: Cleanup
Expand Down

0 comments on commit 070157f

Please sign in to comment.