Skip to content

Commit 221966e

Browse files
committed
update build
1 parent 51708dd commit 221966e

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
Compress-Archive -Path "MIDI-REST-Integration-${{ github.ref_name }}-windows" -DestinationPath "MIDI-REST-Integration-${{ github.ref_name }}-windows.zip"
4545
4646
- name: Upload artifacts
47-
uses: actions/upload-artifact@v3
47+
uses: actions/upload-artifact@v4
4848
with:
4949
name: windows-build
5050
path: dist/MIDI-REST-Integration-${{ github.ref_name }}-windows.zip
@@ -87,7 +87,7 @@ jobs:
8787
# zip -r "MIDI-REST-Integration-${{ github.ref_name }}-darwin.zip" "MIDI-REST-Integration-${{ github.ref_name }}-darwin"
8888

8989
# - name: Upload artifacts
90-
# uses: actions/upload-artifact@v3
90+
# uses: actions/upload-artifact@v4
9191
# with:
9292
# name: macos-build
9393
# path: dist/MIDI-REST-Integration-${{ github.ref_name }}-darwin.zip
@@ -132,17 +132,16 @@ jobs:
132132
tar -czvf "MIDI-REST-Integration-${{ github.ref_name }}-linux.tar.gz" "MIDI-REST-Integration-${{ github.ref_name }}-linux"
133133
134134
- name: Upload artifacts
135-
uses: actions/upload-artifact@v3
135+
uses: actions/upload-artifact@v4
136136
with:
137137
name: linux-build
138138
path: dist/MIDI-REST-Integration-${{ github.ref_name }}-linux.tar.gz
139-
140139
create-release:
141140
needs: [build-windows, build-linux]
142141
runs-on: ubuntu-latest
143142
steps:
144143
- name: Download all artifacts
145-
uses: actions/download-artifact@v3
144+
uses: actions/download-artifact@v4
146145
with:
147146
path: artifacts
148147

@@ -159,12 +158,11 @@ jobs:
159158
prerelease: false
160159
files: |
161160
artifacts/windows-build/MIDI-REST-Integration-${{ github.ref_name }}-windows.zip
162-
artifacts/macos-build/MIDI-REST-Integration-${{ github.ref_name }}-darwin.zip
163161
artifacts/linux-build/MIDI-REST-Integration-${{ github.ref_name }}-linux.tar.gz
164162
body: |
165163
# MIDI REST Integration v${{ github.ref_name }}
166164
167-
This release contains binaries for Windows, and Linux.
165+
This release contains binaries for Windows and Linux.
168166
169167
## Installation
170168

0 commit comments

Comments
 (0)