Skip to content

Commit

Permalink
revert: debug release upload
Browse files Browse the repository at this point in the history
  • Loading branch information
battlmonstr committed Jan 6, 2023
1 parent 47a6e5d commit 61e95f0
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,14 @@ jobs:

- uses: actions/checkout@v3

- name: debug
run: echo data > WireGuardKit.zip && echo 123 > WireGuardKit.sha256
- name: Build WireGuardKitGo
run: make wg-go-all

- name: Create XCFramework
uses: unsignedapps/swift-create-xcframework@v2.3.0
with:
platforms: ios
xcconfig: wg-go.xcconfig

- uses: ncipollo/release-action@v1.12.0
with:
Expand Down

0 comments on commit 61e95f0

Please sign in to comment.