Commit 7b1a495 1 parent 776edfe commit 7b1a495 Copy full SHA for 7b1a495
File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 31
31
- name : Compress artifacts
32
32
run : |
33
33
echo ${{github.sha}} > ${{github.workspace}}/revision.txt
34
- 7z rn ${{github.workspace}}/${{matrix.target}}.zip ${{github.workspace}}/build/${{env.BUILD_TYPE}}/${{matrix.target}}.dll plugins/${{matrix.target}}.dll
35
- 7z rn ${{github.workspace}}/${{matrix.target}}.zip ${{github.workspace}}/build/${{env.BUILD_TYPE}}/${{matrix.target}}.pdb plugins/${{matrix.target}}.pdb
36
34
7z a ${{github.workspace}}/${{matrix.target}}.zip ${{github.workspace}}/ff7remake_/config.txt
35
+ 7z a ${{github.workspace}}/${{matrix.target}}.zip ${{github.workspace}}/build/${{env.BUILD_TYPE}}/${{matrix.target}}.dll
36
+ 7z a ${{github.workspace}}/${{matrix.target}}.zip ${{github.workspace}}/build/${{env.BUILD_TYPE}}/${{matrix.target}}.pdb
37
+ 7z rn ${{github.workspace}}/${{matrix.target}}.zip ${{matrix.target}}.dll plugins/${{matrix.target}}.dll
38
+ 7z rn ${{github.workspace}}/${{matrix.target}}.zip ${{matrix.target}}.pdb plugins/${{matrix.target}}.pdb
37
39
7z a ${{github.workspace}}/${{matrix.target}}.zip ${{github.workspace}}/revision.txt
38
40
39
41
- name : Hash zip
You can’t perform that action at this time.
0 commit comments