mirror of
https://github.com/rocky-linux/rocky-logos.git
synced 2024-11-21 12:21:26 +00:00
chore: remove artifact publish step from ci pipeline
This commit is contained in:
parent
b1ee7e5c48
commit
78e8d4fe47
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -25,11 +25,6 @@ jobs:
|
||||
cp -r . ../rocky-logos-${{ steps.tag.outputs.result }} &&
|
||||
mv ../rocky-logos-${{ steps.tag.outputs.result }} . &&
|
||||
tar cfJ rocky-logos-${{ steps.tag.outputs.result }}.tar.xz rocky-logos-${{ steps.tag.outputs.result }}
|
||||
- name: Publish artifact
|
||||
uses: actions/upload-artifact@v2.2.3
|
||||
with:
|
||||
name: rocky-logos-${{ steps.tag.outputs.result }}.tar.xz
|
||||
path: rocky-logos-${{ steps.tag.outputs.result }}.tar.xz
|
||||
- name: Generate release
|
||||
uses: docker://antonyurchenko/git-release:latest
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user