We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f5019a commit 3e79de4Copy full SHA for 3e79de4
.github/workflows/python-package.yml
@@ -78,10 +78,11 @@ jobs:
78
- name: "Upload Artifact"
79
uses: actions/upload-artifact@v4
80
with:
81
- name: automated-builds
+ name: automated-builds-${{ matrix.platform-name }}-${{ github.run_id }}
82
path: ${{ env.archive-name }}.*
83
retention-days: 7
84
if-no-files-found: error
85
+
86
# If a tag is pushed then a new archives are uploaded to GitHub Releases automatically.
87
- name: Upload release
88
if: startsWith(github.ref, 'refs/tags/')
0 commit comments