From 02bac001dbaa065844db8ffc0bab8eb919e0ee88 Mon Sep 17 00:00:00 2001 From: Alex Roan Date: Wed, 5 Jun 2024 09:09:39 +0100 Subject: [PATCH] nested directory? --- .github/workflows/release2.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release2.yml b/.github/workflows/release2.yml index fad677891..86c56d9f5 100644 --- a/.github/workflows/release2.yml +++ b/.github/workflows/release2.yml @@ -86,7 +86,7 @@ jobs: path: artifacts/ - name: la -la artifacts run: | - ls -la artifacts/ + ls -la artifacts/aderyn-macos-arm64.tar.gz/ - name: Create Release id: create_release @@ -135,6 +135,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: aderyn-macos-arm64.tar.gz + asset_path: artifacts/aderyn-macos-arm64.tar.gz/aderyn-macos-arm64.tar.gz asset_name: aderyn-macos-arm64.tar.gz asset_content_type: application/gzip