Skip to content

Commit

Permalink
Use Github build number now
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed Dec 25, 2020
1 parent cb9cdd2 commit bd71878
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ffmpeg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,14 @@ jobs:
path: ffmpeg-bink
- name: Archive
run: tar -cJf ffmpeg-win32-static.tar.xz ffmpeg-bink/
- name: Create Build Number
id: buildnumber
uses: einaregilsson/build-number@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ffmpeg/build/${{ steps.buildnumber.outputs.build_number }}
release_name: ffmpeg-bink build ${{ steps.buildnumber.outputs.build_number }}
tag_name: ffmpeg/build/${{ github.run_number }}
release_name: ffmpeg-bink build ${{ github.run_number }}
draft: false
prerelease: false
- name: Upload Release Asset
Expand Down

0 comments on commit bd71878

Please sign in to comment.