Skip to content

Commit

Permalink
{ci} Update checkout action and remove new macOS executable from supe…
Browse files Browse the repository at this point in the history
…r-slim
  • Loading branch information
asmaloney committed Mar 23, 2023
1 parent 3923845 commit d0ff436
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ jobs:
name: Release ACT-R Slim
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Slim Archive
# "slim" removes examples, tutorials, and extras
run: zip -r actr-slim-${{ github.event.release.tag_name }}.zip . -x \*.git\* \*.DS_Store \*.zip examples/\* extras/\* other-files/\* tutorial/\*
- name: Slim (no env) Archive
# "super slim" also removes the docs and (most of) the environment
run: zip -r actr-super-slim-${{ github.event.release.tag_name }}.zip . -x \*.git\* \*.DS_Store \*.zip docs/\* environment/\*.exe environment/GUI/\* environment/run-\* environment/start\* examples/\* extras/\* other-files/\* tutorial/\*
run: zip -r actr-super-slim-${{ github.event.release.tag_name }}.zip . -x \*.git\* \*.DS_Store \*.zip docs/\* environment/\*.exe environment/GUI/\* environment/alternate-\* environment/run-\* environment/start\* examples/\* extras/\* other-files/\* tutorial/\*
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit d0ff436

Please sign in to comment.