Skip to content

Commit 6228529

Browse files
v0.1.9
1 parent 812bec7 commit 6228529

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
tags:
6-
- "v*" # Push events to every tag not containing /
6+
- "v*"
77
workflow_dispatch:
88

99
env:
@@ -25,12 +25,6 @@ jobs:
2525
- name: Build the project
2626
run: cargo build --release
2727

28-
- name: Upload artifact
29-
uses: actions/upload-artifact@v3
30-
with:
31-
name: release-binary
32-
path: target/release/
33-
3428
publish:
3529
needs: build
3630
runs-on: ubuntu-latest

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scanr"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
edition = "2021"
55
authors = ["Triet Trinh <[email protected]>"]
66
description = "ScanR: A lightweight, fast, and configurable port scanner built in Rust for reliable multi-platform network scanning."

0 commit comments

Comments
 (0)