Skip to content

Commit

Permalink
Fix generation of artifact builds from GitHub workflow. (actions#3568)
Browse files Browse the repository at this point in the history
Signed-off-by: Satadru Pramanik <satadru@gmail.com>
  • Loading branch information
satmandu authored and fmartinez255 committed Dec 2, 2024
1 parent 6e9a559 commit cc2e51c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Package Release
if: github.event_name != 'pull_request'
run: |
${{ matrix.devScript }} package Release
${{ matrix.devScript }} package Release ${{ matrix.runtime }}
working-directory: src

# Upload runner package tar.gz/zip as artifact
Expand Down

0 comments on commit cc2e51c

Please # to comment.