Skip to content

Commit

Permalink
Update manual-nightly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ofTheo committed Aug 28, 2023
1 parent 35baee4 commit 34e8eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual-nightly.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Download libs
run: ./scripts/linux/download_libs.sh -a ${{matrix.cfg.libs}};
- name: Create Package
run: scripts/ci/package_builds.sh -a ${{ github.event.inputs.release }};
run: scripts/ci/package_builds.sh ${{ github.event.inputs.release }};
id: createpackage
- name: Update Release
uses: IsaacShelton/update-existing-release@v1.3.2
Expand Down

0 comments on commit 34e8eac

Please sign in to comment.