Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
861ce4e32a | ||
|
|
4e3e7b79c2 |
@@ -3,6 +3,7 @@ name: Build AD Bulk Tool
|
||||
on:
|
||||
push:
|
||||
branches: [main, feature/**, bugfix/**]
|
||||
tags: [v*]
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
@@ -46,7 +47,7 @@ jobs:
|
||||
packaging/build-deb.sh publish/linux-x64/ADBulkTool "$VERSION"
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: ADBulkTool-${{ matrix.rid }}
|
||||
path: publish/${{ matrix.rid }}/ADBulkTool${{ matrix.suffix }}
|
||||
@@ -62,7 +63,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Download all artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v3
|
||||
|
||||
- name: Upload release assets
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user