Skip to content

Commit

Permalink
Merge pull request #18 from brown-ccv/mac-ci-release
Browse files Browse the repository at this point in the history
ci: tarball psiturk files
  • Loading branch information
mcmcgrath13 authored Nov 12, 2019
2 parents 21ca479 + a715462 commit 4fd59af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,11 @@ jobs:
cd psiturkit
./psiturk-it -p ${{ steps.package_info.outputs.package_name }}-psiturk
cd ..
tar -cvzf ${{ steps.package_info.outputs.package_name }}-psiturk.tar.gz psiturkit/${{ steps.package_info.outputs.package_name }}-psiturk
- name: Upload PsiTurk build to release
if: startsWith(matrix.os, 'ubuntu')
uses: softprops/action-gh-release@v1
with:
files: psiturkit/${{ steps.package_info.outputs.package_name }}-psiturk
files: ${{ steps.package_info.outputs.package_name }}-psiturk.tar.gz
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4fd59af

Please sign in to comment.