Skip to content

Commit

Permalink
Final
Browse files Browse the repository at this point in the history
  • Loading branch information
smaye81 committed Oct 12, 2023
1 parent 560e432 commit c410775
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
push:
tags:
- v*
workflow_dispatch:
permissions:
contents: write
jobs:
Expand All @@ -19,8 +18,7 @@ jobs:
- name: Get Protobuf
id: protobuf
run: |
# tag=$(git describe --tags --abbrev=0 --exact-match)
tag=v24.4
tag=$(git describe --tags --abbrev=0 --exact-match)
release_version="${tag:1}"
curl -L https://github.com/protocolbuffers/protobuf/releases/download/${tag}/protobuf-${release_version}.tar.gz > ./protobuf.tar.gz
echo "version=${release_version}" >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -150,7 +148,7 @@ jobs:
- name: Zip Binary
run: |
cd .tmp
zip -r ../conformance_test_runner-${{ needs.get-protobuf.outputs.version }}-linux-x86_64.zip ./bin ./include
zip -r ../conformance_test_runner-${{ needs.get-protobuf.outputs.version }}-osx-x86_64.zip ./bin ./include
- name: Publish GitHub artifacts
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit c410775

Please sign in to comment.