Skip to content

Commit

Permalink
Bump actions
Browse files Browse the repository at this point in the history
  • Loading branch information
uhooi authored Dec 1, 2022
1 parent 5aa17c0 commit 6f37a1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: macos-12
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Set version
run: |
sed -i "" "s/\(static let version = \"\).*\(\"\)/\1${TAG}\2/" Sources/rswift/Config.swift
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
codesign --force --options runtime --sign 'Developer ID Application: Mathijs Kadijk (5Z49PA849J)' .build/apple/Products/Release/rswift
- name: Store build artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: rswift-${{ github.event.release.tag_name }}
path: .build/apple/Products/Release/rswift
Expand Down

0 comments on commit 6f37a1d

Please sign in to comment.