Skip to content

Commit

Permalink
remove artifacts directory
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfl0wer committed May 15, 2024
1 parent 452a093 commit 33da449
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cross-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: stimmgabel-${{ matrix.target }}
path: ./artifacts/stimmgabel-${{ matrix.target }}
path: ./stimmgabel-${{ matrix.target }}

release:
name: Release
Expand All @@ -109,4 +109,4 @@ jobs:

- uses: ncipollo/release-action@v1
with:
artifacts: "artifacts/*"
artifacts: "./*"

0 comments on commit 33da449

Please sign in to comment.