Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Razikus committed Apr 26, 2024
1 parent e0d1403 commit f247523
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Release

on:
push:
branches:
- main # The branch containing your code
tags:
- 'v*'

Expand Down Expand Up @@ -31,12 +29,6 @@ jobs:
cd src
make all VERSION=${{ steps.determine_version.outputs.VERSION }}
- name: Upload Artifacts
uses: actions/upload-artifact@v2
with:
path: src/bin/*

- name: Create Release
if: startsWith(github.ref, 'refs/tags/')
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit f247523

Please sign in to comment.