Commit 94ebee6a authored by 混淆's avatar 混淆 Committed by GitHub

Fix a stupid logical bug

parent ff09c0da
......@@ -43,7 +43,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v2
if: ${{ !!github.head_ref }}
if: ${{ !github.head_ref }}
with:
name: ${{ matrix.goos }}_${{ matrix.goarch }}
path: output/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment