We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f61db12 commit a2aa2f8Copy full SHA for a2aa2f8
action.yml
@@ -21,7 +21,7 @@ runs:
21
uses: actions/cache@v3
22
with:
23
path: |
24
- $(swift build --configuration release --show-bin-path)
+ swift build --configuration release --show-bin-path
25
key: ${{ runner.os }}-swift-build-6ec5ba25648323a388a756636e7f668b04d9f615
26
#key: ${{ runner.os }}-swift-build-${{ github.sha }}
27
- name: "Run Diff"
0 commit comments