Skip to content

Commit

Permalink
Test build
Browse files Browse the repository at this point in the history
  • Loading branch information
SRv6d committed Dec 18, 2024
1 parent 3ad8a70 commit d3ebe4d
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
---
name: Build

on:
release:
types: [published]
on: push

permissions:
contents: read
Expand Down Expand Up @@ -66,14 +64,6 @@ jobs:
- name: Create Release Archive
run: just release-archive ${{ matrix.target }} ${{ env.ARCHIVE_FILENAME }}

- name: Upload Release Archive
run: >-
gh release upload "${GITHUB_REF_NAME}"
"${ARCHIVE_FILENAME}"
shell: bash
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
cargo-deb:
permissions:
contents: write
Expand Down

0 comments on commit d3ebe4d

Please sign in to comment.