From f4b0efe15cf7b08e207a26bb69a6afec8efd5c2f Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Tue, 23 Apr 2024 19:54:47 -0400 Subject: [PATCH] RelStage More Work --- .github/workflows/build-daw-plugin.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-daw-plugin.yml b/.github/workflows/build-daw-plugin.yml index dee2753..4ae00f7 100644 --- a/.github/workflows/build-daw-plugin.yml +++ b/.github/workflows/build-daw-plugin.yml @@ -71,6 +71,9 @@ jobs: - uses: actions/download-artifact@v3 with: path: _artifacts + - name: Show Installer Directory + run: | + ls -r _artifacts - name: Delete old release assets uses: mknejp/delete-release-assets@v1 with: @@ -81,7 +84,7 @@ jobs: uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: _artifacts/**/** + file: _artifacts/**/**/** tag: DAWPlutin file_glob: true - name: Tag Repo