From fde055d3b2e6b52720bbd2fb6f87f53a4a96e024 Mon Sep 17 00:00:00 2001 From: Filipe Veloso Date: Mon, 19 Feb 2024 21:27:58 -0300 Subject: [PATCH] remove dir --- .github/workflows/release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4ab8a9f..5b87dc6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,10 +13,8 @@ jobs: - uses: actions/checkout@v4 - name: Download Artifact uses: actions/download-artifact@v4 - with: - path: target - name: Display structure of downloaded files - run: ls -R target + run: ls -R - name: Bump version and push tag id: tag_version uses: mathieudutour/github-tag-action@v6.1