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 6ff4652 commit 90e6cae
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 24 deletions.
31 changes: 9 additions & 22 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,15 @@ on:
- test

jobs:
release:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2

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

- name: Build and package
run: |
# Your build commands here
# Example: go build, npm install, etc.
- name: Upload Release Asset
id: upload-release-asset
uses: softprops/action-gh-release@v1
steps:
- name: Upload binaries to Github release
uses: svenstaro/upload-release-action@v2
with:
files: wallee.zip
tag_name: ${{ github.ref }}
release_id: ${{ steps.create_release.outputs.id }}
overwrite: true
name: wallee.zip
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{GITHUB_WORKSPACE}}/wallee.zip
asset_name: wallee.zip
tag: ${{ github.ref }}
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 90e6cae

Please sign in to comment.