Skip to content

Commit

Permalink
Attempt to fix variable syntax in release.yml again again again again
Browse files Browse the repository at this point in the history
  • Loading branch information
jadelily18 committed Oct 21, 2023
1 parent 6414656 commit e71561b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
with:
command: ${{ matrix.platform.command }}
target: ${{ matrix.platform.target }}
args: "--locked --release --config ${{ vars.VERSION_ARG }}"
args: "--locked --release --config $VERSION_ARG"
strip: true
# ripped from https://github.com/houseabsolute/precious/blob/master/.github/workflows/ci.yml
- name: Package as archive
Expand Down

0 comments on commit e71561b

Please sign in to comment.