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 28c193a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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'
2 changes: 1 addition & 1 deletion publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ function updateBranchAndPush() {

if [[ $publ -eq 1 ]]; then
echo "Publishing branch: $branch/$VERSION"
git push origin HEAD:refs/heads/$branch/$VERSION
git push origin +HEAD:refs/heads/$branch/$VERSION
fi

popd
Expand Down

0 comments on commit 28c193a

Please sign in to comment.