Skip to content

Commit

Permalink
test publish workflow
Browse files Browse the repository at this point in the history
DarkwingDuck48 committed Jul 24, 2024
1 parent a421e73 commit 19916d5
Showing 2 changed files with 4 additions and 32 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -18,14 +18,16 @@ jobs:
- os: ubuntu-latest
artifact_name: data2excel
asset_name: data2excel-linux-amd64
command: apt install musl && apt install musl-dev && cargo build --release --target=x86_64-unknown-linux-musl
- os: windows-latest
artifact_name: data2excel.exe
asset_name: data2excel-windows-amd64.exe
command: cargo build --release

steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --release --target=x86_64-unknown-linux-musl
- uses: actions/checkout@v3
run: ${{ matrix.command }}
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
30 changes: 0 additions & 30 deletions .github/workflows/rust_build.yml

This file was deleted.

0 comments on commit 19916d5

Please sign in to comment.