Skip to content

Commit

Permalink
Fix missing filename
Browse files Browse the repository at this point in the history
  • Loading branch information
leventeBajczi committed Nov 19, 2023
1 parent dfc6d09 commit 4e081a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-archive/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ runs:
cp README.md ${{ inputs.name }}/GENERAL_README.md
cp scripts/theta-start.sh ${{ inputs.name }}/theta-start.sh
chmod +x ${{ inputs.name }}/theta-start.sh
sed "s/COMMIT_ID/$GITHUB_SHA/g" $GITHUB_ACTION_PATH/README.md >
sed "s/COMMIT_ID/$GITHUB_SHA/g" $GITHUB_ACTION_PATH/README.md > ${{ inputs.name }}/README.md
sed -i 's/TOOL_NAME/${{ inputs.name }}/g' ${{ inputs.name }}/README.md
sed -i 's/INPUT_FLAG/${{ inputs.inputflag }}/g' ${{ inputs.name }}/README.md
- name: Extract theta-xcfa-cli and theta-smtlib-cli
Expand Down

0 comments on commit 4e081a4

Please sign in to comment.