Skip to content

Commit

Permalink
Fixed Publish Step (neo-project#3411)
Browse files Browse the repository at this point in the history
Co-authored-by: NGD Admin <[email protected]>
  • Loading branch information
cschuchardt88 and NGDAdmin committed Jul 12, 2024
1 parent 06e087f commit 53eaa39
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,19 +124,13 @@ jobs:
- name: Set Version
run: git rev-list --count HEAD | xargs printf 'CI%05d' | xargs -I{} echo 'VERSION_SUFFIX={}' >> $GITHUB_ENV

- name : Pack (Neo)
- name : Pack (Everything)
run: |
dotnet pack \
--configuration Release \
--output ./out \
--version-suffix ${{ env.VERSION_SUFFIX }}
- name: Remove Unwanted Files
working-directory: ./out
run: |
rm -v Neo.CLI*
rm -v Neo.GUI*
- name: Publish to Github Packages
working-directory: ./out
run: |
Expand Down

0 comments on commit 53eaa39

Please sign in to comment.