Skip to content

Commit fd45f50

Browse files
authored
[autobuilder.yml] Fix env placement
1 parent be7e4cb commit fd45f50

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/autobuilder.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,13 @@ jobs:
3434
name: Create Release on GitHub
3535
runs-on: ubuntu-latest
3636
steps:
37-
- env:
38-
VERSION: ${{needs.debian_builder.outputs.version}}
3937
- uses: actions/download-artifact@v4 # Download all artifacts
4038
with:
4139
path: release/
4240
merge-multiple: true
4341
- name: Create release
4442
env:
43+
VERSION: ${{needs.debian_builder.outputs.version}}
4544
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4645
run: |
4746
cd release

0 commit comments

Comments
 (0)