mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-06-13 22:21:05 +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
|
- name: compress macos artifact
|
||||||
run: |
|
run: |
|
||||||
|
chmod +x resolc-macos
|
||||||
tar -czf resolc-macos.tar.gz ./resolc-macos
|
tar -czf resolc-macos.tar.gz ./resolc-macos
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
@@ -212,7 +213,7 @@ jobs:
|
|||||||
|
|
||||||
- name: compress musl artifact
|
- name: compress musl artifact
|
||||||
run: |
|
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
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user