File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7272 - name : Upload the build results as an artifact
7373 uses : actions/upload-artifact@v7
7474 with :
75- path : ${{ env.projectFolder }}/bin/${{ matrix.configuration }}/*
75+ archive : false
76+ path : ${{ env.projectFolder }}/bin/${{ matrix.configuration }}/FunkeySelectorGUI.exe
7677 name : ${{ env.projectName }}.Nightly.${{ matrix.configuration }}
Original file line number Diff line number Diff line change 7373 - name : Upload the build results as an artifact
7474 uses : actions/upload-artifact@v7
7575 with :
76- path : ${{ env.projectFolder }}/bin/${{ matrix.configuration }}/*
76+ archive : false
77+ path : ${{ env.projectFolder }}/bin/${{ matrix.configuration }}/FunkeySelectorGUI.exe
7778 name : ${{ env.projectName }}.${{ github.event.release.tag_name }}.${{ matrix.configuration }}
7879
7980 - name : Upload build results to release
You can’t perform that action at this time.
0 commit comments