Skip to content

Commit bb77c2d

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 1ebe7f9 + 551862e commit bb77c2d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Main
22

33
on: push
4-
4+
permissions:
5+
contents: write
6+
discussions: write
57
jobs:
68
build:
79
runs-on: ubuntu-latest
@@ -11,7 +13,7 @@ jobs:
1113
- name: Build
1214
run: cargo build --verbose -r
1315
- name: list
14-
run: ls -la target
16+
run: ls -la target/release
1517
- name: Release
1618
uses: softprops/action-gh-release@v2
1719
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)