We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dbd564d + 349c788 commit 220c05dCopy full SHA for 220c05d
.github/workflows/build-and-check.yml
@@ -56,11 +56,14 @@ jobs:
56
- name: Build docs
57
run: ${MAKE_CMD} -C doc
58
59
+ - name: Inject slug/short variables
60
+ uses: rlespinasse/github-slug-action@v4
61
+
62
- name: Upload artifacts
63
uses: actions/upload-artifact@v3
64
if: success() || failure()
65
with:
- name: ${{ github.ref_name }}-pg${{ matrix.pg_version }}-use-healpix-${{ matrix.use_healpix }}-${{ github.run_id }}
66
+ name: ${{ env.GITHUB_REF_SLUG_URL }}-pg${{ matrix.pg_version }}-use-healpix-${{ matrix.use_healpix }}-${{ github.run_id }}
67
if-no-files-found: ignore
68
path: |
69
./**/*.log
0 commit comments