From b8cb2d942a6287a95e720278bbfe7563352ea48d Mon Sep 17 00:00:00 2001 From: Joshua Shreve Date: Tue, 3 Aug 2021 20:36:25 -0400 Subject: Update release.yaml Changing to ** to get build subdirectories. --- .github/workflows/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3c91666..e1befef 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -9,7 +9,7 @@ on: jobs: build: runs-on: ubuntu-latest - timeout-minutes: 120 + timeout-minutes: 180 name: "Build artifacts and publish Release" steps: - name: Checkout @@ -17,14 +17,14 @@ jobs: - uses: satackey/action-docker-layer-caching@v0.0.11 continue-on-error: true - name: Clean up - run: rm -r things/* + run: rm -r things/** - name: Build run: make build - name: Release uses: softprops/action-gh-release@v1 with: draft: false - files: things/* + files: things/** tag_name: v${{ github.run_number }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} -- cgit v1.2.3