Merge pull request #902 from paulfd/dont-publish-linux-tarball
Don't publish the linux tarball on releases
This commit is contained in:
commit
ce2170c88d
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -429,9 +429,9 @@ jobs:
|
||||||
- name: Set install name
|
- name: Set install name
|
||||||
run: |
|
run: |
|
||||||
echo "install_ref=${GITHUB_REF##*/}" >> "$GITHUB_ENV"
|
echo "install_ref=${GITHUB_REF##*/}" >> "$GITHUB_ENV"
|
||||||
- uses: actions/download-artifact@v2
|
# - uses: actions/download-artifact@v2
|
||||||
with:
|
# with:
|
||||||
name: Linux tarball
|
# name: Linux tarball
|
||||||
- uses: actions/download-artifact@v2
|
- uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: MOD devices tarball
|
name: MOD devices tarball
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue