Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
noelwelsh committed Feb 1, 2024
1 parent c6f224e commit bab2c1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ jobs:

- name: Make target directories
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
run: mkdir -p examples/target unidocs/target js/target core/js/target core/jvm/target target jvm/target project/target
run: mkdir -p examples/target unidocs/target jvm/target core/js/target js/target core/jvm/target target project/target

- name: Compress target directories
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
run: tar cf targets.tar examples/target unidocs/target js/target core/js/target core/jvm/target target jvm/target project/target
run: tar cf targets.tar examples/target unidocs/target jvm/target core/js/target js/target core/jvm/target target project/target

- name: Upload target directories
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
Expand Down

0 comments on commit bab2c1d

Please sign in to comment.