Skip to content

Commit

Permalink
Fix: update bundles location
Browse files Browse the repository at this point in the history
  • Loading branch information
HotelCalifornia committed Jul 7, 2020
1 parent 67b0d61 commit 735a445
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: linux
path: build/bundle/*
path: build/bundles/*

build_macos:
runs-on: macos-latest
Expand All @@ -57,7 +57,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: macOS
path: build/bundle/*
path: build/bundles/*

build_windows:
runs-on: windows-latest
Expand Down Expand Up @@ -86,4 +86,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: win64
path: build/bundle/*
path: build/bundles/*

0 comments on commit 735a445

Please sign in to comment.