Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
timosachsenberg authored Apr 18, 2024
1 parent 25572cc commit ea62162
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
with:
tag_name: ${{ steps.generate_tag_name.outputs.TAG_NAME }}
files: |
"${{ steps.normalize_ws.outputs.NORMALIZED_WORKSPACE }}/contrib-build/contrib_build-${{runner.os}}.tar.gz"
${{ steps.normalize_ws.outputs.NORMALIZED_WORKSPACE }}/contrib-build/contrib_build-${{runner.os}}.tar.gz
- name: Create Release (Mac and Linux)
if: github.event_name == 'workflow_dispatch' && !startsWith(matrix.os, 'windows')
Expand All @@ -125,4 +125,4 @@ jobs:
with:
tag_name: ${{ steps.generate_tag_name.outputs.TAG_NAME }}
files: |
"${{ github.workspace }}/contrib-build/contrib_build-${{runner.os}}.tar.gz"
${{ github.workspace }}/contrib-build/contrib_build-${{runner.os}}.tar.gz

0 comments on commit ea62162

Please sign in to comment.