Skip to content

Commit

Permalink
nested directory?
Browse files Browse the repository at this point in the history
  • Loading branch information
alexroan committed Jun 5, 2024
1 parent 05426bc commit 02bac00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 02bac00

Please sign in to comment.