Skip to content

Commit c0bcc71

Browse files
author
Enrico Steffinlongo
authoredFeb 1, 2023
Merge pull request #7515 from diffblue/esteffin/fix-release-workflow-file
Fix release workflow file and increase version
2 parents 71faa2d + 09a9fe9 commit c0bcc71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/release-packages.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66

77
name: Upload additional release assets
88
jobs:
9-
ubuntu-22.04-package:
9+
ubuntu-22_04-package:
1010
runs-on: ubuntu-22.04
1111
env:
1212
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

‎src/config.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ endif
7676
OSX_IDENTITY="Developer ID Application: Daniel Kroening"
7777

7878
# Detailed version information
79-
CBMC_VERSION = 5.76.0
79+
CBMC_VERSION = 5.76.1
8080

8181
# Use the CUDD library for BDDs, can be installed using `make -C src cudd-download`
8282
# CUDD = ../../cudd-3.0.0

0 commit comments

Comments
 (0)
Please sign in to comment.