Skip to content

Commit 1cf4cf1

Browse files
authored
Merge pull request #7 from ulises-codes/chore/set-up-release-artifacts
chore: try uploading artifacts
2 parents a6b5361 + 9a4860e commit 1cf4cf1

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ jobs:
1818
with:
1919
command: build
2020
args: --release --target aarch64-apple-darwin
21+
- uses: softprops/action-gh-release@v1
22+
if: startsWith(github.ref, 'refs/tags/')
23+
with:
24+
files: target/aarch64-apple-darwin
25+
2126
mac_intel:
2227
name: Mac Intel
2328
runs-on: macos-latest
@@ -31,3 +36,7 @@ jobs:
3136
with:
3237
command: build
3338
args: --release --target x86_64-apple-darwin
39+
- uses: softprops/action-gh-release@v1
40+
if: startsWith(github.ref, 'refs/tags/')
41+
with:
42+
files: target/aarch64-apple-darwin/release/site-monitor

0 commit comments

Comments
 (0)