From 576018f0338c14424237b118b9ae407a332f716d Mon Sep 17 00:00:00 2001 From: icex2 Date: Sun, 15 Aug 2021 14:25:16 +0200 Subject: [PATCH] wip --- .github/workflows/build.yaml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 2e3fe9a..8a71f2a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -44,7 +44,8 @@ jobs: uses: "actions/upload-artifact@v2" with: name: pumptools-${{ github.sha }} - retention-days: 30 + # TODO change this back to 30 + retention-days: 1 if-no-files-found: "error" path: | artifact/** @@ -59,17 +60,13 @@ jobs: with: name: pumptools-${{ github.sha }} - - name: "show dir" - run: | - pwd - ls -la - - name: "Publish release" uses: "marvinpinto/action-automatic-releases@v1.2.1" with: repo_token: "${{ secrets.GITHUB_TOKEN }}" automatic_release_tag: "latest" + draft: false prerelease: true title: master ${{ github.sha }} files: | - artifact/** + **