Skip to content

Commit

Permalink
Regenerate workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rossabaker committed Jan 4, 2023
1 parent 06b4084 commit c89b754
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 @@ -135,11 +135,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 target scala-xml-2/target scala-xml-1/target site/target project/target
run: mkdir -p target scala-xml-2/target site/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 target scala-xml-2/target scala-xml-1/target site/target project/target
run: tar cf targets.tar target scala-xml-2/target site/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 c89b754

Please sign in to comment.