Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Rainrider committed Oct 19, 2024
1 parent 2eadbf4 commit c70c7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Prepare Packager Arguments
id: packager-args
if: github.base_ref || github.ref_type != 'tag'
run: echo '::set-output name=args::-d'
run: echo "{args}={-d}" >> $GITHUB_OUTPUT
- name: Package and Release
uses: BigWigsMods/packager@v2
with:
Expand Down

0 comments on commit c70c7f8

Please sign in to comment.