Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
noam987 committed Jun 11, 2024
1 parent e96ee10 commit 3f928ec
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,6 @@ jobs:
mkdir -p artifacts
cp template/*.zip artifacts
- name: Update Build Number
run: |
echo "##[set-output name=build_number]$(cat version)"
echo "::set-env name=KernelVersion::$(cat version)"
- name: Build binaries
run: |
make
- name: Publish artifacts
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 3f928ec

Please sign in to comment.