Skip to content

Commit

Permalink
Version display fix in Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Mexit committed Dec 28, 2021
1 parent e7f9c2a commit c3ef564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Configure build keys
run: echo | abuild-keygen -i -a

- name: Make ISO (${version})
- name: Make ISO (${{ env.version }})
run: |
chmod +x *.sh
mv *.sh aports/scripts/
Expand Down

0 comments on commit c3ef564

Please sign in to comment.