Skip to content

Commit 34e8eac

Browse files
authored
Update manual-nightly.yml
1 parent 35baee4 commit 34e8eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/manual-nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Download libs
2626
run: ./scripts/linux/download_libs.sh -a ${{matrix.cfg.libs}};
2727
- name: Create Package
28-
run: scripts/ci/package_builds.sh -a ${{ github.event.inputs.release }};
28+
run: scripts/ci/package_builds.sh ${{ github.event.inputs.release }};
2929
id: createpackage
3030
- name: Update Release
3131
uses: IsaacShelton/[email protected]

0 commit comments

Comments
 (0)