From 96350347393d2384ba9dc452ec839856f6a10da5 Mon Sep 17 00:00:00 2001 From: Luna Date: Sat, 6 Jan 2024 12:39:57 +0530 Subject: [PATCH] update workflows --- .github/workflows/release-packaging.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-packaging.yaml b/.github/workflows/release-packaging.yaml index 9408341..aef16c8 100644 --- a/.github/workflows/release-packaging.yaml +++ b/.github/workflows/release-packaging.yaml @@ -25,7 +25,17 @@ jobs: - target: x86_64-apple-darwin archive: zip steps: - - uses: actions/upload-artifact@v3 + - uses: actions/checkout@master@v4 + - name: Compile + id: compile + uses: rust-build/rust-build.action@v1.4.4 + with: + RUSTTARGET: x86_64-unknown-linux-musl + UPLOAD_MODE: none + + - name: Upload arifacts + id: upload + uses: actions/upload-artifact@v3 if: github.ref == 'refs/heads/mistress' with: name: dotfox