Skip to content

Commit

Permalink
debug 15
Browse files Browse the repository at this point in the history
  • Loading branch information
edgaraswallee committed Jan 31, 2024
1 parent 0fbdcf6 commit cfc3a0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,11 @@ on:
- test

jobs:
build:
tag:
name: New release
runs-on: ubuntu-latest
permissions: write-all

steps:
- name: Upload binaries to GitHub release
run: |
echo $GITHUB_WORKSPACE
- name: Upload binaries to Github release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
3 changes: 1 addition & 2 deletions .idea/workspace.xml

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

0 comments on commit cfc3a0c

Please sign in to comment.