Skip to content

Commit

Permalink
modified ci
Browse files Browse the repository at this point in the history
  • Loading branch information
YinMo19 committed Nov 28, 2024
1 parent 4aee719 commit 6b8309f
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@ on: [push, pull_request]
name: build

jobs:
pwd:
name: pwd
runs-on: ubuntu-latest
if: ${{ startsWith(github.ref, 'refs/heads/main') }}
steps:
- name: pwd
run: pwd

build:
name: build
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -105,13 +97,15 @@ jobs:
- uses: actions/download-artifact@v4
- name: Display structure of downloaded files
run: ls -R
- name: pwd
run: pwd
# - name: Generate artifact attestation
# uses: actions/attest-build-provenance@v1
# with:
# subject-path: 'wheels-*/*'
- name: Release
uses: softprops/action-gh-release@v2
with:
files: './*'
files: '/home/runner/work/chatroom/chatroom/*'
draft: true
fail_on_unmatched_files: true

0 comments on commit 6b8309f

Please sign in to comment.