Skip to content

Commit fa2a97d

Browse files
authored
Update build.yml
1 parent eb60ba5 commit fa2a97d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ jobs:
7575
shell: bash
7676
run: ./scripts/clean_build.sh
7777

78-
# - name: Upload Artifacts
79-
# uses: actions/upload-artifact@v1
80-
# with:
81-
# name: soundsync-${{ runner.os }}
82-
# path: bin
78+
- name: Upload Artifacts
79+
uses: actions/upload-artifact@v1
80+
with:
81+
name: soundsync-${{ runner.os }}
82+
path: bin
8383

8484
- uses: ./.github/actions/create-dev-release
8585
if: ${{ startsWith(github.ref, 'refs/tags/v') }}

0 commit comments

Comments
 (0)