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