Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated workflow artifacts to 0.1.3 #63

Merged
merged 1 commit into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/builddeps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
env:
GRPC_VER: 1.54.1
BOOST_VER: 1.85.0
E2SAR_VER: 0.1.2
E2SAR_VER: 0.1.3

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploydebs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Deploy E2sar debs and dependency debs to releases
on:
workflow_dispatch:
env:
E2SAR_VER: 0.1.2
E2SAR_VER: 0.1.3
E2SAR_DEP: 1.85.0-boost-1.54.1-grpc

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deps2debs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build gRPC+Boost .deb and .rpms
on:
workflow_dispatch:
env:
E2SAR_VER: 0.1.2
E2SAR_VER: 0.1.3
DEPS_VER: 1.85.0-boost-1.54.1-grpc
FINAL_INSTALL: /usr/local

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/distro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build E2SAR .deb and .rpms
on:
workflow_dispatch:
env:
E2SAR_VER: 0.1.2
E2SAR_VER: 0.1.3
E2SAR_DEP: boost-1.85.0-grpc-1.54.1
FINAL_INSTALL: /usr/local

Expand Down
Loading