Skip to content

Commit

Permalink
Workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
sarunasrakauskas committed May 30, 2024
1 parent 50d50f5 commit 569cbb1
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
with:
go-version: ${{ matrix.go-version }}

- name: Create release assets
id: create-release
run: |
mkdir -p release
- name: Build the binary
run: |
if [ "${{ matrix.os }}" == "ubuntu-latest" ]; then
Expand All @@ -35,12 +40,6 @@ jobs:
zip -r release/smeditor-macos-${{ matrix.go-version }}.zip smeditor
fi
- name: Create release assets
id: create-release
run: |
mkdir -p release
mv smeditor release/
- name: Upload release assets
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 569cbb1

Please sign in to comment.