Skip to content

Commit

Permalink
JFC apparently I need to use my own upload-artifact because the offic…
Browse files Browse the repository at this point in the history
…ial one doesn't support multiple separate artifact uploads.
  • Loading branch information
shana committed Dec 3, 2024
1 parent cd6971a commit cc80da7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ jobs:
if: ${{ github.event_name != 'workflow_dispatch' || inputs.publish }}
working-directory: source

- uses: actions/upload-artifact@v4
- uses: spoiledcat/upload-artifact@main
with:
path: 'source/build/**/*.nupkg'

- uses: actions/upload-artifact@v4
- uses: spoiledcat/upload-artifact@main
with:
path: 'source/build/**/*.tgz'
path: 'source/upm-ci~/**/*.tgz'

0 comments on commit cc80da7

Please sign in to comment.