Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
Fix release
  • Loading branch information
midwan authored Nov 9, 2023
1 parent 4760fff commit 68cfcad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1068,6 +1068,8 @@ jobs:
runs-on: ubuntu-latest
if: github.ref_type == 'tag'
steps:
- uses: actions/checkout@v4

- name: Get tag
if: github.ref_type == 'tag'
id: tag
Expand Down Expand Up @@ -1111,4 +1113,4 @@ jobs:
amiberry-${{ steps.tag.outputs.tag }}-debian-bullseye-aarch64-rpi3.zip
amiberry-${{ steps.tag.outputs.tag }}-debian-bullseye-armhf-rpi3.zip
amiberry-${{ steps.tag.outputs.tag }}-debian-bookworm-aarch64-rpi3.zip
amiberry-${{ steps.tag.outputs.tag }}-debian-bookworm-armhf-rpi3.zip
amiberry-${{ steps.tag.outputs.tag }}-debian-bookworm-armhf-rpi3.zip

0 comments on commit 68cfcad

Please sign in to comment.