mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Do not upload tarball
This commit is contained in:
parent
8b5cb50095
commit
a7ed7a21b7
2 changed files with 1 additions and 11 deletions
10
.github/workflows/staging.yml
vendored
10
.github/workflows/staging.yml
vendored
|
@ -591,16 +591,6 @@ jobs:
|
|||
run: |
|
||||
tree -a artifacts/release
|
||||
|
||||
- name: Upload PyPi Artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: pypi-artifacts
|
||||
path: |
|
||||
artifacts/release/salt-${{ needs.prepare-workflow.outputs.salt-version }}.tar.gz
|
||||
artifacts/release/salt-${{ needs.prepare-workflow.outputs.salt-version }}.tar.gz.asc
|
||||
retention-days: 7
|
||||
if-no-files-found: error
|
||||
|
||||
pkg-download-tests:
|
||||
name: Package Downloads
|
||||
if: ${{ fromJSON(needs.prepare-workflow.outputs.jobs)['test-pkg-download'] }}
|
||||
|
|
|
@ -141,7 +141,6 @@ concurrency:
|
|||
run: |
|
||||
tools release upload-artifacts ${{ needs.prepare-workflow.outputs.salt-version }} artifacts/release
|
||||
|
||||
#}
|
||||
|
||||
- name: Upload PyPi Artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
|
@ -152,6 +151,7 @@ concurrency:
|
|||
artifacts/release/salt-${{ needs.prepare-workflow.outputs.salt-version }}.tar.gz.asc
|
||||
retention-days: 7
|
||||
if-no-files-found: error
|
||||
#}
|
||||
|
||||
<%- if includes.get("test-pkg-downloads", True) %>
|
||||
<%- include "test-salt-pkg-repo-downloads.yml.jinja" %>
|
||||
|
|
Loading…
Add table
Reference in a new issue