Update goreleaser.yml · buluma/markscribe@53bb795 · GitHub
Skip to content

Commit 53bb795

Browse files
committed
Update goreleaser.yml
1 parent 6a07da7 commit 53bb795

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
with:
2525
version: latest
2626
args: release --snapshot --clean
27-
workdir: myfolder
27+
workdir: .
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
-
3131
name: Upload assets
3232
uses: actions/upload-artifact@v6
3333
with:
3434
name: myapp
35-
path: myfolder/dist/*
35+
path: ./dist/*

0 commit comments

Comments
 (0)