Skip to content

Commit

Permalink
add tag version to deb package
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaariel91 committed Aug 7, 2024
1 parent fde852d commit 893f666
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,15 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

# Prover and Verifier and deb
- name: Get tag name
id: tag
run: echo ::set-output name=tag::${GITHUB_REF#refs/tags/}

- name: Extract files and build DEB package
id: tag
run: |
chmod +x ./build_deb.sh # Ensure your script is executable
./build_deb.sh
./build_deb.sh ${{ steps.tag.outputs.tag }}
- name: Verify file existence#2
run: ls -la /tmp/stone-prover
Expand Down

0 comments on commit 893f666

Please sign in to comment.