Skip to content

Commit 185ae62

Browse files
authored
Merge pull request #686 from github/enterprise-3.8.4-backport-682-timreimherr/build-and-release-edit
Backport 682 for 3.8.4: Remove file rename step in build-and-release workflow
2 parents f1bad5c + 8a2d3fa commit 185ae62

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/build-and-release.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,6 @@ jobs:
4444
- name: Package deb
4545
run: |
4646
./script/package-deb
47-
# many need to remove this once release-notes compilation is automated
48-
- name: Rename deb artifact
49-
run: |
50-
for file in dist/github-backup-utils_*_all.deb; do
51-
if [[ -f "$file" ]]; then
52-
mv "$file" "dist/github-backup-utils_${{ github.event.inputs.version }}_all.deb"
53-
fi
54-
done
5547
- name: Upload deb artifact
5648
uses: actions/upload-artifact@v3
5749
with:

0 commit comments

Comments
 (0)