mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-25 23:27:56 +00:00
Fixing revive release artifacts
* Stripping "./resolc-out" from linux artifact is weirdly `--strip-components 2`, not `1` * Adding execution bit for macos binary
This commit is contained in:
@@ -143,6 +143,7 @@ jobs:
|
||||
|
||||
- name: compress macos artifact
|
||||
run: |
|
||||
chmod +x resolc-macos
|
||||
tar -czf resolc-macos.tar.gz ./resolc-macos
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
@@ -212,7 +213,7 @@ jobs:
|
||||
|
||||
- name: compress musl artifact
|
||||
run: |
|
||||
tar --strip-components 1 -czf resolc-static-linux.tar.gz ./resolc-out/resolc-static-linux
|
||||
tar --strip-components 2 -czf resolc-static-linux.tar.gz ./resolc-out/resolc-static-linux
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user