Skip to content

Commit

Permalink
Release job
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpninja committed May 15, 2022
1 parent 9c8a91e commit 3ed034f
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/packages.yml
Expand Up @@ -95,16 +95,8 @@ jobs:
uses: actions/download-artifact@v3.0.0
with:
name: artifacts
- name: Event
env:
event_name: ${{ github.event_name }}
run: echo "event_name $env:event_name"

- name: Attach nuget packages to Github releases
uses: softprops/action-gh-release@v1
with:
files: "${{ env.ARTIFACT_FOLDER }}/*.symbols.nupkg"

path: ${{ env.ARTIFACT_FOLDER }}
- run: dir ${{ env.ARTIFACT_FOLDER }} -recurse
- name: Nuget Publish
env:
nuget_token: ${{ secrets.NUGET_TOKEN }}
Expand Down

0 comments on commit 3ed034f

Please sign in to comment.