Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eggrobin committed Jun 8, 2024
1 parent 2c86476 commit 61d5052
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/attach-release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Download artifact
id: download-artifact
uses: dawidd6/action-download-artifact@v5
with:
commit: ${{ vars.GITHUB_SHA }}
workflow: build.yml
name: RealAntennas

- name: Upload package to release
Expand Down

0 comments on commit 61d5052

Please sign in to comment.