From f5cbf7752d28173c01fce82300fec7951b034a27 Mon Sep 17 00:00:00 2001 From: Edgaras Date: Wed, 31 Jan 2024 13:27:02 +0200 Subject: [PATCH] debug 17 --- .github/workflows/release.yml | 20 ++++++++++++++++++-- .idea/workspace.xml | 2 +- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b0ec5ec..1c161cd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }} diff --git a/.idea/workspace.xml b/.idea/workspace.xml index cb39026..a4a12fb 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -66,7 +66,7 @@ 1706614352267 - +