Skip to content

Commit

Permalink
CI: Fix PR workflow always failing
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Dec 9, 2023
1 parent 15639f7 commit 0c96784
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/dev-build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ jobs:
path: ${{github.workspace}}/build/bin/${{matrix.target}}/*
if-no-files-found: error

- name: Compress release
run: |
echo ${{github.sha}} > ${{github.workspace}}/uevr_revision.txt
7z a ${{github.workspace}}/${{matrix.target}}.zip ${{github.workspace}}/uevr_revision.txt
7z a ${{github.workspace}}/${{matrix.target}}.zip ${{github.workspace}}/build/bin/${{matrix.target}}/dinput8.dll
- name: Set outputs
id: vars
run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"

0 comments on commit 0c96784

Please sign in to comment.