Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunarequest committed Jan 6, 2024
1 parent 08d41c9 commit 9635034
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/release-packaging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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
Expand Down

0 comments on commit 9635034

Please sign in to comment.