Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAwesome committed Nov 29, 2024
1 parent 008689a commit 8af21df
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/make_stable_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@ name: Make Stable Release
on: workflow_dispatch

jobs:
runs-on: ubuntu-latest
steps:
- run: mkdir /tmp/artifacts
runs-on: ubuntu-latest
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: 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
- 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

0 comments on commit 8af21df

Please sign in to comment.