Skip to content

Commit

Permalink
+ Add script release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
iletai committed Mar 22, 2024
1 parent 3574fb4 commit 9ee8e3d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,11 @@ jobs:
ref: 'refs/tags/<tagname>',
sha: context.sha
})
release_tag:
- name: Build executable for release
- name: Build executable for release
run: swift build -c release --arch arm64 --arch x86_64 --product SwiftUICalendarView
- name: Compress archive
- name: Compress archive
run: tar -czf ${{ github.ref_name }}.tar.gz -C .build/apple/Products/Release SwiftUICalendarView
- name: Release
- name: Release
uses: softprops/action-gh-release@v2
with:
files: ${{ github.ref_name }}.tar.gz
Expand Down

0 comments on commit 9ee8e3d

Please sign in to comment.