Skip to content

Commit

Permalink
Remove test artifact code
Browse files Browse the repository at this point in the history
  • Loading branch information
brunokc committed Jul 17, 2023
1 parent 7125757 commit a8970f6
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions .github/workflows/release-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write

steps:
- name: Checkout sources
uses: actions/checkout@v3
Expand All @@ -52,18 +52,12 @@ jobs:
TOK: ${{ secrets.GITHUB_TOKEN }}
run: |
echo "TOKEN=${TOK}" > $GITHUB_ENV
#- name: Download build artifacts
# uses: actions/download-artifact@v1
# with:
# name: ${{ inputs.artifact-name }}
# path: ./assets
- name: Create dummy content
run: |
mkdir -p ./assets
echo "Content 1" > ./assets/file1.deb
echo "Content 2" > ./assets/file2.deb
echo "Content 3" > ./assets/file3.deb
- name: Download build artifacts
uses: actions/download-artifact@v1
with:
name: ${{ inputs.artifact-name }}
path: ./assets

- name: Create Release Note
id: create-release-note
Expand Down

0 comments on commit a8970f6

Please sign in to comment.