Skip to content

Commit

Permalink
Update github action checks
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlokhorst committed Dec 1, 2022
1 parent 177bcee commit 6ef483a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,9 @@ jobs:
sed -i "" "s/\(static let version = \"\)Unknown\(\"\)/\1Development build: ${GITHUB_SHA}\2/" Sources/rswift/Config.swift
- name: Build
run: swift build -v -c release
- run: echo "UPLOAD_PATH=$(readlink -f .build/release/rswift)" >> $GITHUB_ENV
- name: Store artifact
uses: actions/upload-artifact@v3
with:
name: rswift-dev
path: .build/release/rswift
path: ${{ env.UPLOAD_PATH }}

0 comments on commit 6ef483a

Please sign in to comment.