We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35baee4 commit 34e8eacCopy full SHA for 34e8eac
.github/workflows/manual-nightly.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Download libs
26
run: ./scripts/linux/download_libs.sh -a ${{matrix.cfg.libs}};
27
- name: Create Package
28
- run: scripts/ci/package_builds.sh -a ${{ github.event.inputs.release }};
+ run: scripts/ci/package_builds.sh ${{ github.event.inputs.release }};
29
id: createpackage
30
- name: Update Release
31
uses: IsaacShelton/[email protected]
0 commit comments