Skip to content

Commit

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

steps:
- name: Upload binaries to Github release
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17

- name: Build and package
run: |
# Your build commands here
# Example: go build, npm install, etc.
# Ensure that 'wallee.zip' is created in the root directory
# If it's created in a subdirectory, adjust the file path accordingly
pwd
- name: Upload binaries to GitHub release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
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 f5cbf77

Please sign in to comment.