Skip to content

Commit 03f1599

Browse files
committed
666
1 parent 204ae4f commit 03f1599

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ jobs:
5353
uses: actions/download-artifact@v4
5454
with:
5555
path: dist/
56-
- name: test
57-
run: ls dist
5856

5957
- name: Create or Update GitHub Release (beta)
6058
uses: softprops/action-gh-release@v2
@@ -64,6 +62,6 @@ jobs:
6462
body: |
6563
Auto-generated beta release from master @ ${{ github.sha }}
6664
prerelease: true
67-
files: dist/${{ env.BUILD_NAME }}
65+
files: dist/
6866
env:
6967
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)