We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dc7cb8 commit 2c57c07Copy full SHA for 2c57c07
.github/workflows/report/action.yaml
@@ -95,7 +95,7 @@ runs:
95
id: compareBuilds
96
run: |
97
# Download and set permissions for the CompareGEBuilds binary
98
- curl -L https://github.com/cdsap/CompareGEBuilds/releases/download/v1.0.3/build-experiment-results --output build-experiment-results
+ curl -L https://github.com/cdsap/CompareGEBuilds/releases/download/v1.0.4/build-experiment-results --output build-experiment-results
99
chmod 0757 build-experiment-results
100
101
# Parse and format tags input into the required format
0 commit comments