Skip to content

Commit

Permalink
build: use env files instead of set-output
Browse files Browse the repository at this point in the history
  • Loading branch information
Rainrider committed Feb 17, 2023
1 parent 9664c97 commit a0715fd
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 @@ -60,7 +60,7 @@ jobs:
- name: Setup packager arguments
id: packager-args
if: github.base_ref || (github.ref != 'refs/heads/master' && !startsWith(github.ref, 'refs/tags/'))
run: echo '::set-output name=args::-d'
run: echo "{args}={-d}" >> $GITHUB_OUTPUT
- name: Package and deploy
uses: BigWigsMods/packager@v2
with:
Expand Down

0 comments on commit a0715fd

Please sign in to comment.