Skip to content

Commit

Permalink
Fix up CI
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsmith committed Apr 5, 2024
1 parent d2fad97 commit ea3878b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- name: Compile Swift Code
run: |
swiftc
swiftc impaste.swift
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand All @@ -32,6 +32,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: .build/release/clipboard_image
asset_name: clipboard_image
asset_path: impaste
asset_name: impaste
asset_content_type: application/octet-stream

0 comments on commit ea3878b

Please sign in to comment.