We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94808e2 commit 3c5d024Copy full SHA for 3c5d024
.github/workflows/makefile.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: build
29
run: virtualenv venv -p python27 && source venv/bin/activate &&
30
make;
31
- mv unovared/pokered.gbc unovared/unovared.gbc
+ mv pokered.gbc unovared.gbc
32
- uses: actions/upload-artifact@v2
33
with:
34
name: unovared
0 commit comments