Skip to content

Commit

Permalink
Update generate_x86_64.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Revincx committed Sep 24, 2022
1 parent fe4982c commit b4ba09e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/generate_x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file_glob: true
file: ${{ env.VENDOR }}-imagebuilder-${{ env.VERSION }}-x86-64.Linux-x86_64/bin/targets/x86/64/*
asset_name: ${{ github.event.repository.name }}-${{ github.sha }}
tag: release-${{ steps.date.outputs.DATE }}
overwrite: true
overwrite: true

0 comments on commit b4ba09e

Please sign in to comment.