Skip to content

Commit

Permalink
Project updated
Browse files Browse the repository at this point in the history
  • Loading branch information
pcingola committed Jul 31, 2021
1 parent bfbe2e2 commit c487987
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ant.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: BDS Java CI

on:
push:
tags:
- "v*"
on: workflow_dispatch

jobs:
build-linux:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: BDS Build CI

on: [push]
on:
push:
tags:
- "v*"

jobs:
build:
Expand All @@ -14,7 +17,6 @@ jobs:
- os: macos-latest
name: macos
steps:
- run: echo ${{ matrix.name }}
- name: Checkout repo
uses: actions/checkout@v2
- name: Set up JDK 12
Expand All @@ -29,9 +31,7 @@ jobs:
- name: Run distro.sh
run: ./scripts/distro.sh ${{ matrix.name }}
shell: bash
- name: LL DISTRO
run: ls -al distro
- name: Upload linux artifact
- name: Upload ${{ matrix.name }} artifact
uses: actions/upload-artifact@v2
with:
name: binary-${{ matrix.name }}
Expand Down

0 comments on commit c487987

Please sign in to comment.