Skip to content

Commit 06e8bdd

Browse files
committed
debug 11
1 parent efd071e commit 06e8bdd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ on:
88
jobs:
99
build:
1010
runs-on: ubuntu-latest
11+
permissions: write-all
1112

1213
steps:
1314
- name: Upload binaries to GitHub release
1415
uses: svenstaro/upload-release-action@v2
1516
with:
1617
repo_token: ${{ secrets.GITHUB_TOKEN }}
17-
file: $GITHUB_WORKSPACE/wallee.zip
18+
file: ${{ GITHUB_WORKSPACE }}/wallee.zip
1819
asset_name: wallee.zip
1920
tag: ${{ github.ref }}

.idea/workspace.xml

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

0 commit comments

Comments
 (0)