Skip to content

Commit

Permalink
debug 11
Browse files Browse the repository at this point in the history
  • Loading branch information
edgaraswallee committed Jan 31, 2024
1 parent 0222829 commit efd071e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions: write-all

steps:
- name: Upload binaries to GitHub release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ GITHUB_WORKSPACE }}/wallee.zip
file: $GITHUB_WORKSPACE/wallee.zip
asset_name: wallee.zip
tag: ${{ github.ref }}
2 changes: 1 addition & 1 deletion .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit efd071e

Please sign in to comment.