Skip to content

Commit 30a0ecd

Browse files
authored
Merge branch 'main' into dev
2 parents a9e23bd + 1b71696 commit 30a0ecd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Build
55

66
on:
77
push:
8-
branches: [ "release" ]
8+
tags: 'v*'
99

1010
jobs:
1111

@@ -88,21 +88,21 @@ jobs:
8888

8989
needs: build-go
9090
runs-on: ubuntu-latest
91-
if: startsWith(github.ref, 'refs/tags/v')
9291
permissions:
9392
contents: write
9493
steps:
94+
- uses: actions/checkout@v3
95+
9596

9697
- name: Download cmds
9798
uses: actions/download-artifact@v2
9899
with:
99-
name: build
100+
name: cmd
100101
path: ./cmd
101102
- run: ls
102103

103-
- uses: actions/checkout@v3
104104
- uses: ncipollo/release-action@v1
105105
with:
106-
artifacts: "cmd/*"
106+
artifacts: "./cmd/*"
107107
bodyFile: "body.txt"
108108

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Drag and drop your files on the drop zone to create a new Share. You can then sh
1111

1212
The name of a share is not yet editable and is randomly generated using a random word api.
1313

14-
Once on a share's page you can choose to download the files individually ~~or as a zip archive~~. You can also delete either individual files ~~or the whole share. Of course you may also search for a specific file by name.~~
14+
Once on a share's page you can choose to download the files individually ~~or as a zip archive~~. You can also delete either individual files ~~or the whole share.~~ Of course you may also search for a specific file by name.
1515

1616
![PjScreenshot](./example/screenshot.png)
1717

0 commit comments

Comments
 (0)