Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunarequest committed May 7, 2023
1 parent 14ec72e commit cefc14a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release-packaging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- run: sudo apt install -y mold clang
- name: Release Build
run: cargo build --release
- name: 'Upload Artifact'
uses: actions/upload-artifact@v3
with:
name: ${{ env.PROJECT_NAME }}
path: target/release/${{ env.PROJECT_NAME }}
name: dotfox
path: target/release/dotfox

0 comments on commit cefc14a

Please sign in to comment.