Skip to content

Commit

Permalink
Update ffi-builds.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
theomonnom committed Sep 25, 2023
1 parent b814610 commit a8443e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ffi-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,5 @@ jobs:

- name: Create draft release
run: |
export VERSION="${REF_NAME#ffi-}"
gh release create ${{ github.ref_name }} --draft --title "ffi v$VERSION"
gh release create ${{ github.ref_name }} --draft --title "${{ github.ref_name }}"
gh release upload ${{ github.ref_name }} ${{ github.workspace }}/ffi-builds/*

0 comments on commit a8443e8

Please sign in to comment.