Skip to content

Commit

Permalink
Merge pull request #12 from startreedata/actions
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
KKcorps committed Apr 16, 2024
2 parents cb8da5a + 15243b0 commit aef9b93
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name: Build and Sign Tableau Connector


on:
push:
branches:
- main
paths-ignore:
- "test/**"
- "test/**"
- "**.md"
pull_request:
branches:
Expand Down Expand Up @@ -42,13 +41,15 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Build with Maven
run: mvn package

run: mvn clean package
- name: List files
run: |
find . -name "*.taco"
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: tableau-connector
path: target/*.taco
path: target/*.jar

release:
needs: build_and_sign
Expand Down

0 comments on commit aef9b93

Please sign in to comment.