Skip to content

Commit

Permalink
ci experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Place committed Jun 24, 2020
1 parent 84991fd commit b1bb883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -71,7 +71,7 @@ jobs:
if [ -d support ]; then cp -r support $PACKAGE_DIST; fi
if [ -d source ]; then cp -r source $PACKAGE_DIST; fi
if [ -d tests ]; then cp -r tests $PACKAGE_DIST; fi
if [ -e $PACKAGE_DIST/ReadMe-Public.md ]; then rm -f $PACKAGE_DIST/ReadMe.md; mv $PACKAGE_DIST/ReadMe-Public.md $PACKAGE_NAME/ReadMe.md; fi
if [ -e $PACKAGE_DIST/ReadMe-Public.md ]; then rm -f $PACKAGE_DIST/ReadMe.md; mv $PACKAGE_DIST/ReadMe-Public.md $PACKAGE_DIST/ReadMe.md; fi
- name: package_windows
if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit b1bb883

Please sign in to comment.