Skip to content

Commit

Permalink
minor typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tigerinus committed Jul 1, 2023
1 parent 195cf7d commit 880140f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ name: release
on:
push:
tags:
- 'v*.*.*'
- "v*.*.*"

jobs:
release:
runs-on: ubuntu-22.04
steps:

- name: Checkout code
uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -52,7 +51,7 @@ jobs:
done
tar zcvf casaos-${TARGET_ARCH}-${MAIN_TAG}.tar.gz linux-*.tar.gz
sha256sum casaos-${TARGET_ARCH}-${MAIN_TAG}.tar.gz >> checksum.txt
sha256sum casaos-${TARGET_ARCH}-${MAIN_TAG}.tar.gz >> checksums.txt
rm linux-*.tar.gz
done
Expand All @@ -61,7 +60,7 @@ jobs:
with:
files: |
/tmp/packages/casaos-*.tar.gz
/tmp/packages/checksum.txt
/tmp/packages/checksums.txt
draft: true
prerelease: true
fail_on_unmatched_files: true
fail_on_unmatched_files: true
2 changes: 1 addition & 1 deletion casaos-release
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ packages:
architecture: arm64
- path: /get/releases/download/v0.4.4-alpha2/casaos-arm-7-v0.4.4-alpha2.tar.gz
architecture: armv7
checksum: /get/releases/download/v0.4.4-alpha2/checksum.txt
checksums: /get/releases/download/v0.4.4-alpha2/checksums.txt
modules:
- name: casaos-gateway
short: gateway
Expand Down

0 comments on commit 880140f

Please sign in to comment.