We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb60ba5 commit fa2a97dCopy full SHA for fa2a97d
1 file changed
.github/workflows/build.yml
@@ -75,11 +75,11 @@ jobs:
75
shell: bash
76
run: ./scripts/clean_build.sh
77
78
- # - name: Upload Artifacts
79
- # uses: actions/upload-artifact@v1
80
- # with:
81
- # name: soundsync-${{ runner.os }}
82
- # path: bin
+ - name: Upload Artifacts
+ uses: actions/upload-artifact@v1
+ with:
+ name: soundsync-${{ runner.os }}
+ path: bin
83
84
- uses: ./.github/actions/create-dev-release
85
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
0 commit comments