Skip to content

Commit

Permalink
trying to upload after build
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankelJb committed Aug 6, 2023
1 parent 5a059eb commit 5538e54
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Compile and release
id: compile
uses: rust-build/rust-build.action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -29,19 +30,10 @@ jobs:
PRE_BUILD: "pre_build.sh"
POST_BUILD: "test/post_build.sh"
MINIFY: "yes"
release_without_not_required:
name: release ${{ matrix.target }}
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
target: [x86_64-unknown-linux-musl]
steps:
- uses: actions/checkout@master
- name: Compile and release
uses: rust-build/rust-build.action@master
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
RUSTTARGET: ${{ matrix.target }}
UPLOAD_MODE: none
- name: Checkout output
run: ls -laR
name: Binary
path: |
${{ steps.compile.outputs.BUILT_ARCHIVE }}
${{ steps.compile.outputs.BUILT_CHECKSUM }}

0 comments on commit 5538e54

Please sign in to comment.