Skip to content

Commit 742e208

Browse files
committed
laptop12: Upload archive with version name
inputmodules-0.4.8.efi.zip instead of inputmodules.efi.zip Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent cd3f104 commit 742e208

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,14 @@ jobs:
1818
- name: Build UEFI app (QEMU)
1919
run: make qemu
2020

21+
- name: Get crate version
22+
id: version
23+
run: echo "version=$(cargo metadata --format-version 1 --no-deps | jq -r '.packages[0].version')" >> "$GITHUB_OUTPUT"
24+
2125
- name: Upload UEFI app (release)
2226
uses: actions/upload-artifact@v6
2327
with:
24-
name: inputmodules.efi
28+
name: inputmodules-${{ steps.version.outputs.version }}.efi
2529
path: target/x86_64-unknown-uefi/release/inputmodules.efi
2630

2731
lints:

0 commit comments

Comments
 (0)