Skip to content

Commit

Permalink
remove single quotation marks in env var
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulchen-Panther committed Jan 18, 2024
1 parent d471f14 commit 09ec4c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push_pr_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: 🔧 Prepare
run: |
sudo apt-get update && sudo apt-get install -y coreutils quilt parted qemu-utils qemu-user-static debootstrap zerofree zip dosfstools libarchive-tools libcap2-bin grep rsync xz-utils file git curl bc kmod kpartx
echo "HYPERBIAN='HyperBian-${{ env.PLATFORM }}-${{ matrix.pi-gen.architecture }}'" >> $GITHUB_ENV
echo "HYPERBIAN=HyperBian-${{ env.PLATFORM }}-${{ matrix.pi-gen.architecture }}" >> $GITHUB_ENV
- name: 👷 Build
run: |
Expand Down Expand Up @@ -96,6 +96,7 @@ jobs:
with:
pattern: HyperBian-*
path: all-artifacts
merge-multiple: true

- name: Delete previous HyperBian Release
uses: dev-drprasad/[email protected]
Expand Down

0 comments on commit 09ec4c3

Please sign in to comment.