We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df91810 commit 6022708Copy full SHA for 6022708
.github/workflows/linux-build.yml
@@ -97,15 +97,15 @@ jobs:
97
echo "VERSION=`ls -d tk* | sed 's/tk//'`" >> $GITHUB_ENV
98
- name: Upload Source Distribution
99
if: ${{ env.BUILD_CONFIG_ID == 'gcc' }}
100
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
101
with:
102
name: Tk ${{ env.VERSION }} Source distribution (snapshot)
103
path: |
104
/tmp/dist/tk*
105
!/tmp/dist/tk*/html/**
106
- name: Upload Documentation Distribution
107
108
109
110
name: Tk ${{ env.VERSION }} HTML documentation (snapshot)
111
path: /tmp/dist/tk*/html
0 commit comments