summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-04-29 12:22:55 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-04-29 12:22:55 (GMT)
commit0e9151d4eb452e294ed0a40869ad97a7c54eed3d (patch)
treea6f7ed28fc2b528d9a9c2d015d59bef5670e24dd /.github
parentb65684377efdc0760048fed5659386e51defd874 (diff)
downloadtk-0e9151d4eb452e294ed0a40869ad97a7c54eed3d.zip
tk-0e9151d4eb452e294ed0a40869ad97a7c54eed3d.tar.gz
tk-0e9151d4eb452e294ed0a40869ad97a7c54eed3d.tar.bz2
unofficial -> snapshot
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux-build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml
index 70bbd5e..ce382a1 100644
--- a/.github/workflows/linux-build.yml
+++ b/.github/workflows/linux-build.yml
@@ -93,7 +93,7 @@ jobs:
if: ${{ env.BUILD_CONFIG_ID == 'gcc-no' }}
uses: actions/upload-artifact@v2
with:
- name: Tk ${{ env.VERSION }} Source distribution (unofficial)
+ name: Tk ${{ env.VERSION }} Source distribution (snapshot)
path: |
/tmp/dist/tk*
!/tmp/dist/tk*/html/**
@@ -101,7 +101,7 @@ jobs:
if: ${{ env.BUILD_CONFIG_ID == 'gcc-no' }}
uses: actions/upload-artifact@v2
with:
- name: Tk ${{ env.VERSION }} HTML documentation (unofficial)
+ name: Tk ${{ env.VERSION }} HTML documentation (snapshot)
path: /tmp/dist/tk*/html
test:
runs-on: ubuntu-20.04