Skip to content

Commit

Permalink
Remove package workflow (#243)
Browse files Browse the repository at this point in the history
* Update pull_request.yml

* Delete .github/workflows/package.yml
  • Loading branch information
Shinji-IkariG authored May 7, 2024
1 parent e217881 commit 2316576
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 56 deletions.
55 changes: 0 additions & 55 deletions .github/workflows/package.yml

This file was deleted.

6 changes: 5 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: set package name
id: name
run: |
output_name=nebula-console-${{ matrix.os }}-${{ matrix.arch }}-pull_request
output_name=nebula-console-${{ matrix.os }}-${{ matrix.arch }}-master
if [ "${{ matrix.os }}" = "windows" ]; then
output_name+='.exe'
fi
Expand All @@ -71,3 +71,7 @@ jobs:
env:
GOOS: ${{ matrix.os }}
GOARCH: ${{ matrix.arch }}
- uses: actions/upload-artifact@v4
with:
name: ${{ steps.name.outputs.package_name }}
path: ./${{ steps.name.outputs.package_name }}

0 comments on commit 2316576

Please sign in to comment.