Skip to content

return to one upload per artifact #7

return to one upload per artifact

return to one upload per artifact #7

name: Make Stable Release
# TODO: take/create release notes (maybe just do that on the latest tag)
on: workflow_dispatch
jobs:
runs-on: ubuntu-latest

Check failure on line 7 in .github/workflows/make_stable_release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/make_stable_release.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
steps:
- run: mkdir /tmp/artifacts
- name: Download artifacts
run: |
curl -S -s -L -O --output-dir /tmp/artifacts --connect-timeout 60 https://github.com/MrAwesome/decktricks/releases/download/latest/decktricks_install.desktop
curl -S -s -L -O --output-dir /tmp/artifacts --connect-timeout 60 https://github.com/MrAwesome/decktricks/releases/download/latest/decktricks.tar.gz
- name: Create latest release
uses: softprops/action-gh-release@v2
#if: startsWith(github.ref, 'refs/tags/')
with:
fail_on_unmatched_files: true
prerelease: true
name: Decktricks Stable
tag_name: stable
files: |
/tmp/artifacts/decktricks.tar.gz
/tmp/artifacts/decktricks_install.desktop