Skip to content

Commit

Permalink
Fix volgen template upload issue (#314)
Browse files Browse the repository at this point in the history
Signed-off-by: Aravinda Vishwanathapura <[email protected]>
  • Loading branch information
aravindavk authored Feb 21, 2023
1 parent a58cf75 commit 0a89041
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/on-release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ jobs:
tag: ${{ github.ref }}
overwrite: true
file_glob: true
- name: Upload Volfile templates
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: mgr/lib/volgen/templates/*
tag: ${{ github.ref }}
overwrite: true
file_glob: true

upload_release_files:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -57,11 +65,3 @@ jobs:
tag: ${{ github.ref }}
overwrite: true
file_glob: true
- name: Upload Volfile templates
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: mgr/lib/volgen/templates/*
tag: ${{ github.ref }}
overwrite: true
file_glob: true

0 comments on commit 0a89041

Please sign in to comment.