Skip to content

Commit

Permalink
Updated release workflow to remove deprecated actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
w9cf committed Mar 3, 2023
1 parent b541b5c commit 34f2ebe
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout the repository
uses: actions/checkout@main
uses: actions/checkout@v3
- name: Generate the artifacts
run : |
set -x
Expand Down Expand Up @@ -56,9 +56,6 @@ jobs:
- name: Upload the artifacts
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: actions/upload-release-asset@v1
uses: softprops/action-gh-release@v1
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: tmp/cwsim.exe
asset_name: cwsim.exe
asset_content_type: application/octet-stream
files: tmp/cwsim.exe

0 comments on commit 34f2ebe

Please sign in to comment.