mirror of
https://github.com/zoriya/flood.git
synced 2025-12-06 07:16:18 +00:00
CI: separate artifacts
This commit is contained in:
3
.github/workflows/publish-rolling.yml
vendored
3
.github/workflows/publish-rolling.yml
vendored
@@ -65,14 +65,17 @@ jobs:
|
||||
- name: 'Upload executable: Linux'
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: flood-linux
|
||||
path: flood-linux
|
||||
|
||||
- name: 'Upload executable: MacOS'
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: flood-macos
|
||||
path: flood-macos
|
||||
|
||||
- name: 'Upload executable: Windows'
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: flood-win
|
||||
path: flood-win.exe
|
||||
|
||||
Reference in New Issue
Block a user