Skip to content

Commit

Permalink
update release wf for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
benliepert committed Aug 26, 2023
1 parent b94c759 commit bafa4ed
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,21 @@ jobs:
name: rudget-${{ matrix.target }}
path: ./target/${{ matrix.target }}/release/*

# release:
# needs: build
# runs-on: ubuntu-latest
# steps:
# - name: Download artifacts
# uses: actions/download-artifact@v2
# with:
# path: ./artifacts/
release:
needs: build
runs-on: ubuntu-latest
steps:
- name: Download artifacts
uses: actions/download-artifact@v2
with:
path: ./artifacts/

# - name: Create GitHub Release
# uses: gh-actions/[email protected]
# with:
# api_key: ${{ secrets.GITHUB_TOKEN }}
# name: Release ${{ github.ref }}
# tag_name: ${{ github.ref }}
# file: ./artifacts/*
# overwrite: true
- name: Create GitHub Release
uses: gh-actions/[email protected]
with:
api_key: ${{ secrets.GITHUB_TOKEN }}
name: Release ${{ github.ref }}
tag_name: ${{ github.ref }}
file: ./artifacts/*
overwrite: true

0 comments on commit bafa4ed

Please sign in to comment.